/*==============Reset CSS====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*==============Reset CSS -end====================*/ 

/*===================framework=====================*/
.clear {
    clear: both;
}
body {
    font-size: 16px;
    font-family: "RalewayRegular", "sans-sefir";
    overflow-x: hidden;
    position: relative;
}
.content-wrapper {
    margin-top: 138px;
}
/*===================framework -end=====================*/

/*=============navbar=============================*/
.img-logo {
    max-height: 80px;
    vertical-align: middle!important;
    line-height: 142px!important;
    display: inline-block!important;
}
.navbar {
    background: #fff;
    height: auto;
    vertical-align: middle;
    height: 138px;
    line-height: 138px;
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, .3); 
    z-index: 500000;
}
.navbar-brand {
    height: auto;
    height: 138px;
    line-height: 138px!important;
    vertical-align: middle!important;
    padding: 0;
}
.navbar-collapse {
    height: 138px!important;
}
.navbar-nav {
    height: 138px;
    line-height: 138px;
}
.navbar-nav li a {
    padding: 0 10px;
    font-family: "Raleway";
    font-weight: bold;
    text-transform: uppercase;
    color: #3f3f3f!important;
    font-size: 1em;
    line-height: 138px;
}

/*================navbar -end=====================*/

/*=========================header====================*/
#page-top {
    text-align: center;
    color: #fff;
    background: url(..//images/man_home.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width:100%;
    height: 925px;
    padding: 0;
    border-bottom: 2px solid #464646;
    position: relative;
    top: 138px;
}
#page-top .container, #page-top .row {
    height: 100%;
}
#page-top .row {
    position: relative;
}
#page-top .header_title_site {
    padding: 0 0 0 12px;
    border-left: 2px solid #4d4d4d;
    text-align: left;
    font-size: 3em;
    font-family: "RalewayExtraLight";
    text-shadow: 2.5px 4.33px 5px rgba( 0, 0, 0, 0.3);
    box-shadow: 20px 0px 10px -20px rgba( 0, 0, 0, 0.3) inset;
    
    position: absolute;
    right: 60px;
    margin-top: 15%;
}
.gr_title {
    text-align: left;
    font-size: 1.80em;
    line-height: 0.8em;
    font-family: "RalewayBlack";
    text-shadow: 2.5px 4.33px 5px rgba( 0, 0, 0, 0.3 );
    color: #464646;
}

/*=========================header -end====================*/

/*==============================nav-theme====*/
.nav-color-img {
    display: inline-block;
}
.nav-color-top {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    background: #464646;
    padding: 3px 3px 3px 10px;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
    cursor: pointer;
}
.color-theme-text { 
    color: #fff; 
    height: 50px;
    line-height: 54px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-family: "RalewayBlack";
    text-transform: uppercase;
}
.nav-color-theme-on {
    position: absolute;
    top: 12px;
    left: 0;
    background: #464646;
    width: 65px;
    padding: 3px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 1000;
}
.nav-color-theme-off { 
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1000;
}
.color-theme-btn {
    background: #464646;
    padding: 0 2px 4px 2px;
    width: 224px;
    border-bottom-right-radius: 7px;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
}
.color-theme-btn li {
    display: inline;
}
.color-btn {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 7px;
    line-height: 45px;
    vertical-align: middle;
}
.color-btn-blue {
    background: #00aeef; 
}
.color-btn-green {
    background: #8dc63f;
}
.color-btn-yellow {
    background: #ffce11;
}
.color-btn-red {
    background: #c9252c;
}
.color-btn-purple {
    background: #92278f;
}
.fa-check-circle {
    font-size: 1.4em;
    color: #fff;
}
/*==============================nav-theme -end====*/

/*====================services_block==========================*/
.services_block {
    padding: 120px 0 115px;
    text-align: center;
}
.services-ico {
    height: 160px;
    width: 160px;
    margin: 0 auto 40px;
    position: relative;
    border-radius: 7px;
    line-height: 185px;
    text-align: center;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
}
.services-ico i { 
    color: #fff;
}
.services-ico:before {
    content: ''; 
    position: absolute;
    bottom: -40px;
    left: 58px;
    border: 20px solid transparent;
    border-top: 20px solid #fefefe;
    
}
.services-title {
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    font-size: 1.5em;
    font-family: "RalewayBlack";
    padding: 0;
    margin-bottom: 20px;
}
.services-text {
    color: #464646;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.7em;
    font-family: "RalewayMedium";
    margin-bottom: 25px;
}
.services-btn { 
    background: #b5b8b9;
    color: #fff!important;
    font-family: "RalewayBlack";
    text-transform: uppercase;
    font-size: 0.8em;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
}
.services-btn:hover,
.services-btn:active {
    color: #fff!important;
    background: #b5b8b9;
}
/*====================services_block -end==========================*/

/*======================building========================*/
.building {
    background: #0067E2;
    text-align: center; 
}
.bg_theme {
    padding: 100px 0;
}
.building-title {
    margin-bottom: 17px;
    font-family: "RalewayBlack";
    font-size: 2.8em;
    color: #fff;
    text-transform: uppercase;
}
.building-text {
    margin: 0 auto 20px;
    font-family: "RalewayMedium";
    font-size: 1.1em;
    line-height: 1.7em;
    color: #fff;
}
.building-img {
    margin: 0 auto;
}
/*======================building -end========================*/

/*=========================top-main=====================*/
.top-main {
    border-bottom: 2px solid #464646;
    position: relative;
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
}
.main-title {
    font-family: "RalewayBlack";
    font-size: 3em;
    color: #464646;
    padding-bottom: 3px;
}
.customNavigation {
    position: absolute;
    top: 3px;
    right: 0;
}
.customNavigation .next {
    margin-left: 10px;
}
.customNavigation .btn {
    padding: 0;
    height: auto;
    background: none;
    font-size: 2em;
} 
.customNavigation .btn:hover {
    padding: 0;
    height: auto;
    background: none;
}
.customNavigation .btn i {
    color: #464646;
}
.customNavigation .btn i:hover {
    color: #464646;
}
.main-title-bg {
    color: #fff;
}
.main-title-bg .main-title-marker {
    color: #464646;
}
/*=========================top-main -end=====================*/

/*======================portfolio and talent========================*/ 
.portfolio, .talent {
    padding: 145px 0 165px;
}
.portfolio-img, .talent-img {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 7px;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
}
.portfolio-title, .talent-title {
    font-family: "RalewayBlack";
    font-size: 1.5em;
    color: #464646;
    margin-bottom: 10px;
}
.portfolio-text, .talent-text {
    font-family: "RalewayBold";
    font-size: 1.1em;
}
/*======================portfolio and talent -end========================*/

/*==================bullets===============================*/
.bullets {
    padding: 135px 0 120px;
}.bullets .row {
    padding: 0 40px;
}
.bullets-1 {
    margin-bottom: 75px;
}
.bullets-title {
    margin-bottom: 20px;
    color: #fff;
    font-family: "RalewayBlack";
    font-size: 1.5em;
}
.bullets-text {
    color: #fff;
    font-family: "RalewayBold";
    font-size: 0.9em;
    line-height: 1.7em;
}
/*==================bullets -end===============================*/

/*=======================career and pricing==============================*/
.career {
    background: #e9e9e9;
    padding: 95px 0 155px;
}
.pricing {
    background: #fff;
    padding: 95px 0 155px;
}
.career-block, .pricing-block {
    padding: 30px 18px 15px;
    border-radius: 7px;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
}
.career-ico, .pricing-ico {
    height: 100px;
    width: 100px;
    line-height: 115px;
    text-align: center;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #464646;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.career-title, .pricing-title {
    color: #fff;
    font-size: 1.5em;
    font-family: "RalewayBlack";
    margin-bottom: 20px;
}
.pricing-title {
    color: #464646;
}
.career-text, .pricing-text {
    color: #fff;
    font-size: 0.85em;
    font-family: "RalewayBold";
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 15px;
    padding: 0 10px;
}
.career-btn, .pricing-btn {
    width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #464646;
    font-family: "RalewayBlack";
    font-size: 1.1em;
}
.career-btn:hover, 
.career-btn:active,
.pricing-btn:hover,
.pricing-btn:active {
    background: #464646!important;
    color: #fff!important;
}
.pricing-list {
    margin-bottom: 30px;
    color: #fff;
    font-family: "RalewayBlack";
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: left;
    display: inline-block;
}
.pricing-list i {
    margin-right: 5px;
}
/*=======================career and pricing -end==============================*/

/*==========================blogs and testimonies=================================*/
 
.blogs, .testimonies {
    background: #fff;
    padding: 100px 0 50px;
}
.testimonies {
    background: #eaeaea;
    padding-bottom: 145px;
}
.blogs .panel-default {
    background: #fff;
} 
.testimonies .panel-default {
    background: #eaeaea;
} 
.blogs-img, .testimonies-img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2);
    margin-bottom: 23px;
}
.blogs-title, .testimonies-title {
    color: #464646;
    font-size: 1.5em;
    font-family: "RalewayBlack";
    margin-bottom: 20px;
}
.blogs-meta {
    margin-bottom: 30px;
    color: #7d7d7d;
    font-size: 0.8em;
    font-family: "RalewayBold";
}
.blogs-date, .blogs-comment {
    margin-right: 15px;
}
.blogs-block i {
    margin-right: 3px;
}
.blogs-text, .testimonies-text {
    text-align: left;
    font-family: "RalewayRegular";
    font-size: 0.85em;
    line-height: 1.7em;
    padding: 0 10px;
}
.blogs-expand, .testimonies-expand {
    font-family: "RalewayBlack";
}
.blogs-btn {
    width: 265px;
    height: 45px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff!important;
    font-family: "RalewayBlack";
    border-radius: 5px;
    margin: 40px auto 0;
    display: block;
}
.blogs-btn:hover, .blogs-btn:visited, .blogs-btn:active {
    color: #fff;
    background: #464646;
    
}
.testimonies-email {
    font-size: 0.8em;
    font-family: "RalewayBold";
    margin-bottom: 30px;
}

/*blogs-lightbox*/
.panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important; border:none; box-shadow: none; }
.panel-default { border-color: none !important; }
.panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; margin-bottom: 30px;}
.panel .panel-body a { overflow: hidden; }
.panel .panel-body a img { display: block; margin: 0 auto; width: 100%; height: auto; box-shadow: 2px  2px 5px 1px rgba(0, 0, 0, .2); 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
.panel .panel-body a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }
.panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; 
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}     
.panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }  
.panel .panel-body a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.panel .panel-footer { padding: 8px !important; background-color: #f9f9f9 !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }	
.panel .panel-footer h4 { display: inline; font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e margin: 0 !important; padding: 0 !important; }
.panel .panel-footer i.glyphicon { display: inline; font-size: 1.125em; cursor: pointer; }
.panel .panel-footer i.glyphicon-thumbs-up { color: #1abc9c; }
.panel .panel-footer i.glyphicon-thumbs-down { color: #e74c3c; padding-left: 5px; }
.panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; }
.modal-title {
    font-size: 1.3em;
    font-family: "RalewayBlack";
    color: #464646;
}
.modal {
    z-index: 10000000000;
    background: rgba(0,0,0,0.6);
}
/*==========================blogs and testimonies -end=================================*/

/*============================clients===============================*/
.clients {
    padding: 90px 0 60px;
}
.clients .top-main {
    border-bottom: 2px solid #fff;
}
.clients .customNavigation .btn i {
    color: #fff;
} 
.clients img {
    margin-top: 30px;
}
/*============================clients -end===============================*/

/*=====slogan-text and newsletter=============*/
.slogan {
    height: 215px;
    background: url(..//images/bg-fon1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    vertical-align: middle;
    line-height: 215px;
}
.slogan-text {
    height: inherit;
    display: inline-block;
    color: #fff;
    font-size: 4.5em;
    font-family: "RalewayBlack";
}
.newsletter {
    height: 100%;
    background:  url(..//images/bg-fon2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.newsletter .bg_theme2 {
    padding: 50px 0 55px;
    height: 100%;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
}
.newsletter-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-size: 4.5em;
    font-family: "RalewayBlack";
    color: #fff;
}
.newsletter-text {
    margin-bottom: 40px;
    font-size: 0.9em;
    font-family: "RalewayBold";
    color: #fff;
    line-height: 1.65em;
    padding: 0 20px;
    text-align: center;
}
.newsletter-input {
    margin-bottom: 43px;
    display: inline-block;
    width: 590px;
    height: 40px;
    font-size: 0.9em;
    font-family: "RalewayBold";
    color: #7d7d7d;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
}
.newsletter-btn {
    display: block;
    width: 325px;
    height: 60px;
    line-height: 50px;
    margin: 0 auto;
    background: #fff!important;
    color: #464646;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: "RalewayBlack";
    border-radius: 5px;
}
.newsletter-btn:hover, .newsletter-btn:active {
    background: #464646!important;
    color: #fff!important;
}
/*=====slogan-text and newsletter -end=============*/
 
/*===========contact forma===========*/
.border-gr {
    height: 10px;
    background: repeating-linear-gradient(145deg,
                #fff, #fff 30px,
                #ff3131 30px, #ff3131 60px,
                #0382b5 60px, #0382b5 90px);
}
.contact {
    padding: 60px 0;
    background: #cde9f4;
}
.contact-text {
    padding: 0 15px;
    margin: 30px 0;
    font-size: 0.85em;
    line-height: 1.7em;
    font-family: "RalewayBold";
}
.contact input, .contact textarea {
    border: none;
    font-family: "RalewayBold";
    font-size: 1.1em;
    position: relative;
    border-radius: 7px;
}
.contact input {
    height: 45px; 
}
.contact textarea {
    height: 145px!important;
}
.success_message {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 3.0em;
    font-family: "RalewayBlack";   
}
.error_message {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 3.0em;
    font-family: "RalewayBlack";   
}
.btn-contact-form {
    border-radius: 5px;
    color: #fff!important;
    text-transform: uppercase;
    font-family: "RalewayBlack";
    width: 325px;
    height: 60px;
}
.btn-contact-form:hover,
.btn-contact-form:active {
    color: #fff!important;
    background: #464646!important;
}
/*+++++++forma-ico+++++++*/
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}
.form-group-textarea {
    height: 145px!important
}


/*++++++++++++++*/

/*===========contact forma -end===========*/

/*=====maps====*/
.maps {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 295px;
    width: 100%;
}
.maps iframe {
    width: 100%;
    height: 295px;
}
/*=====maps -end====*/

/*=======social========*/
.social {
    min-height: 175px;
    padding: 60px 0;
}
.social-text {
    font-size: 3em;
    font-family: "RalewayBlack";
    color: #fff;
}
.social-btn {
    padding: 0;
    height: 44px;
    line-height: 44px;
    width: 120px;
    margin-top: 10px;
    margin-left: 15px;
    color: #fff!important;
    font-family: "UbuntuBold";
    font-size: 1.25em;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.3); 
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba( 0,0,0,0.5);
}
.social-btn:first-child {
    margin-left: 0;
}
.social-btn:hover, .social-btn:active, .social-btn:visited, .social-btn:link {
    color: #fff!important;
    opacity: 0.8;
}
.social-btn i {
    margin-right: 10px;
}
.btn-f { 
    border: 1px solid #324c81;
    background: #aebcd7;
    background: -moz-linear-gradient(top,  #aebcd7 0%, #4061a1 3%, #35518e 100%);
    background: -webkit-linear-gradient(top,  #aebcd7 0%,#4061a1 3%,#35518e 100%);
    background: linear-gradient(to bottom,  #aebcd7 0%,#4061a1 3%,#35518e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcd7', endColorstr='#35518e',GradientType=0 );/
}
.btn-tw {
    border: 1px solid #168fc6;
    background: #92dff9;
    background: -moz-linear-gradient(top,  #92dff9 0%, #00b3f1 3%, #00a3ef 100%);
    background: -webkit-linear-gradient(top,  #92dff9 0%,#00b3f1 3%,#00a3ef 100%);
    background: linear-gradient(to bottom,  #92dff9 0%,#00b3f1 3%,#00a3ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92dff9', endColorstr='#00a3ef',GradientType=0 );
}
.btn-p {
    border: 1px solid #b33d32;
    background: #eba1a4;
    background: -moz-linear-gradient(top,  #eba1a4 0%, #d0232b 3%, #c61d23 100%);
    background: -webkit-linear-gradient(top,  #eba1a4 0%,#d0232b 3%,#c61d23 100%);
    background: linear-gradient(to bottom,  #eba1a4 0%,#d0232b 3%,#c61d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba1a4', endColorstr='#c61d23',GradientType=0);
}
.btn-g {
    border: 1px solid #b43f32;
    background: #f2b5ad;
    background: -moz-linear-gradient(top,  #f2b5ad 0%, #e0523e 3%, #da4433 100%);
    background: -webkit-linear-gradient(top,  #f2b5ad 0%,#e0523e 3%,#da4433 100%);
    background: linear-gradient(to bottom,  #f2b5ad 0%,#e0523e 3%,#da4433 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b5ad', endColorstr='#da4433',GradientType=0 );
}
/*=======social -end========*/

/*==========footer=============*/
.footer {
    background: #272c2f;
    padding: 60px 65px;
}
.logo-footer {
    margin-bottom: 25px;
    max-width: 400px;
}
.footer-list-text {
    color: #fff;
    font-size: 1.5em;
    font-family: "RalewayBlack";
    margin-left: 12px;
}
.footer .fa-circle { 
    padding: 3px;
    line-height: 34px;
}
.footer .fa-stack-1x {
    font-size: 1em!important;
}
.footer-about-title {
    font-size: 1.5em;
    font-family: "RalewayBlack";
    text-align: left;
    margin: 15px 0 15px 80px;
}
.footer-about-text {
    font-size: 0.9em;
    font-family: "RalewayBold";
    text-align: left;
    color: #fff;
    line-height: 1.7em;
    margin-left: 85px;
}
/*==========footer -end=======*/




 




















