/*-----------------------------------------------------------------------------------
    Template Name: 			   Creative
    Template URI:              
    Description:               Creative is a multipurpose HTML template for any type of corporate website.
    Author:                    Farhana Sufi
    Author URI:                www.sitebootstrap.com
    Version:                   1.0 
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
 
	*   Base Css
    1.  Header area 
	2.  Banner area 
    3.  About area 
    4.  Resume area 
    5.  Process area
    6.  Choose area 
    7.  Service area 
    8.  Achivment area
	9.	Portfolio area
   10.	Talk area
   11.	Pricing area           
   12.	Blog area
   13.	Testimonial area 
   14.	Contact area
   15.	Footer top area 
   16.	Footer bottom area
    
-----------------------------------------------------------------------------------*/


/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 700;
    color: #404040;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #f75723;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.nav li a:focus,
.nav li a:hover {
    background: transparent;
}


/* section padding */

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

.pad-top-two {
    padding-top: 35px;
}

.pad-bottom {
    padding-bottom: 120px;
}


/*    section heading */

.section_head h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 35px;
    text-transform: uppercase;
}

.section_head h3:before,
.section_head h3:after {
    position: absolute;
    bottom: 0;
    content: "";
}

.section_head h3:before {
    background-color: #fad7a0;
    height: 2px;
    left: calc(50% - 220px);
    width: 440px;
}

.section_head h3:after {
    height: 4px;
    left: calc(50% - 15px);
    width: 30px;
}


/*    background-color  */

.section_head h3:after,
.nav li a:hover,
.navbar-nav li.active,
.banner_text a:hover,
.social_icon a,
.banner_text a.active,
.year_details:before,
.procs_icon,
.single_service:hover,
.a_icon:hover,
.progress-bar,
.my_skill h6,
.my_skill h6:before,
.title,
.filter-menu li:before,
.talk_me a:before,
.date-box a,
.date-box p,
.owl-dot.active,
.footer_bottom_area {
    background-color: #f75723;
    color: #fff;
}


/*   color  */

.social_icon a:hover,
.social_icon a.active,
.banner_text h1,
.head_one i,
.procs_text h4,
.c_content h2,
.single_service:hover .s_icon i:before,
.a_icon i:before,
.filter-menu li.active,
.s_blog_text a:hover,
.filter-menu li:hover,
.s_address i,
.item_text h3,
.procs_icon:hover.procs_icon i:before,
.phy_add span a:hover,
.help a:hover {
    color: #f75723;
}


/*    transition  */

.banner_text a,
.procs_icon,
.s_icon,
.title,
.filter-menu li:before,
.talk_me a:before,
.single_service,
.single-item.single-item:hover img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/*    height 100% */

.banner_area,
.banner_table,
.social_icon,
.banner_area:before {
    height: 100%;
}


/*    width 100% */

.banner_area:before,
.banner_table {
    width: 100%;
}


/*-----------------------------------------------------------------------------------*/


/*    1.     Header area CSS
/*-----------------------------------------------------------------------------------*/

.logo {
    width: 200px;
    padding-top: 5px;
}

.navbar-nav li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.is-sticky .header_area {
    background-color: #ffffff;
    box-shadow: 0 2px 5px #f75723;
    z-index: 3;
}


/*-----------------------------------------------------------------------------------*/


/*    2.     Banner area CSS
/*-----------------------------------------------------------------------------------*/


.banner_area {
    background: url(img/banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #1c1c1c;
    opacity: 0.30;
}

.banner_table {
    display: table;
    text-align: center;
}

.banner_table_cell {
    display: table-cell;
    padding-top: 60px;
}

.social_icon {
    position: absolute;
    top: 80%;
    right: 10%;
    z-index: 2;
}

.social_icon a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    width: 40px;
}

.social_icon a:hover,
.social_icon a.active {
    background-color: #fff;
}

.banner_text {
    position: relative;
    z-index: 2;
}

.banner_text h1,
.banner_text h4,
.banner_text a {
    text-transform: uppercase;
}

.banner_text h1 {
    font-size: 48px;
    font-weight: bold;
}

.banner_text h2 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 280px;
    padding-right: 280px;
    line-height: 32px;
}

.banner_text h2,
.banner_text h4 {
    color: #fff;
}

.banner_text h4 {
    font-size: 28px;
    font-weight: 500;
}

.btnRegular
{
    background-color: #f75723;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #f75723;
    border-radius: 40px;
}

.btnRegular:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    background-color: #ffffff;
    color: #333333;
}

.btnRegularWhite
{
    background-color: #ffffff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #4F4F4F;
    font-size: 12px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 40px;
}

.btnRegularWhite:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #4F4F4F;
}


.btnBig {
    background-color: #f75723;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 25px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #f75723;
    border-radius: 40px;
}

.btnBig:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    background-color: #ffffff;
    color: #333333;
}

.btnBig-Green {
    background-color: #2FBA10;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 25px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #2FBA10;
    border-radius: 40px;
}

.btnBig:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    background-color: #ffffff;
    color: #333333;
}

.banner_text a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    padding: 10px 25px;
}

.banner_text a:hover,
.banner_text a.active {
    border: 1px solid #f75723;
}


/*-----------------------------------------------------------------------------------*/


/*    3.     About area CSS
/*-----------------------------------------------------------------------------------*/

.about_content {
    padding-top: 60px;
}

.head_one {
    font-size: 18px;
    margin-bottom: 35px;
}

.head_one i:before {
    font-size: 30px;
}

.head_one i {
    font-size: 24px;
    padding-right: 10px;
    margin-left: -20px;
}

.head_one p {
    font-weight: 700;
    padding-left: 10px;
	text-transform:uppercase;
	font-size:18px;
}

.me li {
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.me li span {
    font-weight: 700;
    height: 100%;
    left: 30%;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

.me p {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 15px;
}

.my_sp_content span{
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.my_sp_content p {
    padding-bottom: 10px;
}

.my_skill h5 {
    margin-bottom: 8px;
	color:#404040;
}

.my_skill h6 {
    color: #fff;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: -5px;
    text-align: center;
    width: 35px;
    position: relative;
}

.my_skill h6:before {
    content: "";
    height: 10px;
    left: 0;
    margin-left: -5px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
    z-index: -2;
}

.progress {
    height: 12px;
    border-radius: 0;
    margin-bottom: 20px;
    width: 80%;
    display: inline-block;
}

.progress-bar {
    height: 12px;
}


/*-----------------------------------------------------------------------------------*/


/*    4.    Resume area CSS
/*-----------------------------------------------------------------------------------*/

.head_two h4 {
    color: #404040;
    font-size: 26px;
    font-weight: 500;
}

.head_two {
    position: relative;
    text-align: center;
}

.head_two:before,
.head_two:after {
    border-color: #f75723;
    border-style: double;
    border-width: 4px 0 0;
    content: "";
    margin-top: 16px;
    position: absolute;
    top: 0;
    width: 140px;
}

.head_two:before {
    left: 0;
    margin-left: 30px;
}

.head_two:after {
    right: 0;
    margin-right: 35px;
}

.edu_content {
    padding-top: 60px;
}

.year_details {
    margin-left: 30px;
    padding-bottom: 25px;
	position:relative
}
.year_details:before {
    content: "";
    height: 100px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 2px;
}

.year_details h4 {
    color: #404040;
}

.year_details p {
    line-height: 24px;
    padding: 0 10px 0 0;
}
.year {
    padding-top: 25px;
    padding-left: 20px;
}
.edu_content .col-md-2 {
    margin: 0;
    padding: 0;
}

.year h5 {
    color: #404040;
    margin: 0;
    padding-bottom: 5px;
	font-family: open sans;
}

/*-----------------------------------------------------------------------------------*/


/*    5.    Process area CSS
/*-----------------------------------------------------------------------------------*/

.process_area,
.achivment_area,
.talk_area,
.testimonial_area {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
}

.process_area {
    background-image: url("img/procs_bg.jpg");
}

.process_overlay,
.achivment_overlay,
.talk_overlay,
.testi_overlay {
    background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.process_area .section_head h3 {
    color: #fff;
}

.single_procs {
    display: block;
    text-align: center;
    padding-bottom: 90px;
}

.procs_icon,
.s_icon {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    position: relative;
    cursor: pointer;
}

.procs_icon:hover {
    background-color: #ffffff;
}

.procs_icon:before,
.a_icon:before {
    border: 2px solid #6d6c6b;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    margin-left: -7px;
    margin-top: -7px;
    padding: 45px;
    position: absolute;
    top: 0;
    width: 100%;
}

.procs_icon:hover:before,
.a_icon:hover:before {
    border: 2px dashed #fff;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.procs_icon i:before,
.s_icon i:before {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.total_procs .col-md-3 {
    position: relative;
}

.total_procs .col-md-3:before {
    background: none;
    content: "";
    height: 3px;
    left: 0;
    margin-left: 50%;
    margin-top: 15%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.total_procs .col-md-3:nth-child(4):before,
.total_procs .col-md-3:nth-child(8):before {
    width: 40%;
}

.total_procs .col-md-3:nth-child(4):after {
    content: "";
    height: 270px;
    margin-right: 30px;
    margin-top: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
}

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

.procs_text h4 {
    margin: 0;
    padding: 5px;
}


/*-----------------------------------------------------------------------------------*/


/*    6.    Choose area  CSS
/*-----------------------------------------------------------------------------------*/

.c_content p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 25px;
}

.state-text h3 {
    border-bottom: 1px solid #f75723;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
    margin: 0;
}

.state-text h3 span {
	color:#404040;
    font-weight: 700;
}

.state-text p {
    line-height: 24px;
    padding-bottom: 20px;
}

.vedio_player img {
    position: relative;
}

.video_set {
    left: 0;
    margin-left: 84px;
    margin-top: 58px;
    position: absolute;
    top: 0;
    width: 420px;
}


/*-----------------------------------------------------------------------------------*/


/*    7.    Service area CSS
/*-----------------------------------------------------------------------------------*/

.single_service {
    border: 2px solid #eee;
    padding: 45px 20px 55px;
    position: relative;
}

.single_service:before {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 80px solid #ae2b00;
    border-left: 80px solid transparent;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
    opacity: 0;
}

.single_service:hover:before {
    opacity: 1;
}

.single_service:hover .s_icon {
    background-color: #ffffff;
}

.s_icon {
    background-color: #919190;
}

.s_content {
    padding-top: 20px;
}

.s_content h4 {
    text-transform: uppercase;
    font-size: 21px;
}

.single_service:hover .s_content h4,
.single_service:hover .s_content p {
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*    8.    Achivment area  CSS
/*-----------------------------------------------------------------------------------*/

.achivment_area {
    background-image: url("img/counter_bg.jpg");
}

.total_achive .col-md-3 {
    position: relative;
    padding: 130px 0;
}

.total_achive .col-md-3:after {
    background-color: transparent;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    width: 225px;
    z-index: -1;
}

.total_achive .col-md-3:last-child:after {
    width: 0;
}

.single_achive {
    color: #ffffff;
    text-align: center;
}

.single_achive h2 {
    color: #ffffff;
    font-family: open sans;
    font-size: 40px;
}

.a_icon {
    background-color: #ffffff;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.a_icon i:before {
    font-size: 30px;
    margin: 0;
}

.a_icon.a_icon:hover i:before {
    color: #ffffff;
}

.single_achive p {
    font-size: 16px;
    font-weight: 700;
    padding-top: 30px;
    text-transform: full-width;
}


/*-----------------------------------------------------------------------------------*/


/*    9.    Portfolio area CSS
/*-----------------------------------------------------------------------------------*/
.portfolio_menu {
    padding-bottom: 50px;
}

.filter-menu ul {
    list-style: none;
    display: block;
}

.filter-menu li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding-right: 15px;
}

.filter-menu li:before {
    content: "";
    height: 2px;
    left: -100%;
    margin-left: 20%;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    width: 40%;
    opacity: 0;
}

.filter-menu li:hover:before {
    opacity: 1;
    left: 0;
}

.single-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
	height:100%;
}
.single-item.single-item:hover img {
    text-align: center;
    transform: scale(1.25);
}

.caption a {
    background-color: rgba(243, 156, 18, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 100px;
    color: #fff;
}

.single-item:hover .caption a {
    opacity: 1;
    cursor: crosshair;
}

.title {
    bottom: -100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: 0.3s;
}

.title h4 {
    color: #fff;
    padding-top: 10px;
}

.single-item:hover .title {
    bottom: 0;
}


/*-----------------------------------------------------------------------------------*/


/*    10.    Talk area CSS
/*-----------------------------------------------------------------------------------*/

.talk_area {
    background-image: url("img/talk_bg.jpg");
}

.talk_me {
    padding: 100px 0;
    color: #fff;
    font-size: 20px;
}

.talk_me p {
    padding-bottom: 20px;
}

.talk_me a {
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
}

.talk_me a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
    opacity: 0;
    z-index: -1;
}

.talk_me a:hover:before {
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*/


/*    11.    Pricing area CSS
/*-----------------------------------------------------------------------------------*/

.single_price {
    text-align: center;
    background-color: #eee;
    padding-bottom: 30px;
}

.single_price_head {
    position: relative;
    background-color: #404040;
    height: 70px;
}

.single_price_head h4 {
    color: #fff;
    font-family: open sans;
    font-size: 20px;
    padding-top: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.single_price_no {
    left: calc(50% - 75px);
    position: absolute;
    top: 50%;
}

.single_price_no span {
    display: block;
    font-size: 14px;
}

.single_price_no h2 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    height: 150px;
    padding-top: 50px;
    width: 150px;
    color: #999;
}

.single_price_list {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    text-align: left;
}

.single_price_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single_price_list li {
    padding-bottom: 30px;
}

.single_price_list li img {
    float: left;
    margin-right: 10px;
}

.total-price {
    padding: 10px;
    border: 2px dashed #404040;
    font-size: 26px;
    font-weight: 600;
}

.single_price_plan {
    
    margin-top: 5px;
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/


/*    12.    Blog area CSS
/*-----------------------------------------------------------------------------------*/

.blog_area {
    padding-bottom: 30px;
}

.s_blog_text {
    padding: 40px 0;
}

.s_blog_text h2 {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
}

.date-box {
    display: block;
    float: left;
    width: 50px;
}

.date-box a {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 40px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 40px;
}

.date-box p {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.date-box a:hover {
    color: #ffffff;
}

.date-meta p {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

.date-meta a {
    color: #999999;
    font-weight: bold;
}


/*-----------------------------------------------------------------------------------*/


/*    13.    Testimonial area CSS
/*-----------------------------------------------------------------------------------*/

.testimonial_area {
    background-image: url("img/testi_bg.jpg");
    color: #fff;
    padding-top: 40px;
}

.testimonial_area .section_head h3 {
    color: #fff;
}

.testimonial_area .section_head p {
    padding-top: 10px;
}

.client_area {
    background-image: url("img/client_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    top: 50px;
}

.client_overlay {
    background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.client_area .col-md-12 {
    box-shadow: 1px 1px 5px 1px #404040;
}
.owl-carousel .owl-stage-outer {
    padding: 100px 0 0;
}

.screenshots-wrap .owl-carousel .owl-item img {
    width: 100%;
    text-align: center;
}

.item img {
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.owl-item.big {
    transform: scale(1);
}

.owl-item.medium {
    transform: scale(.75);
}

.owl-item.small {
    transform: scale(.50);
}

.owl-item .item .item_text {
    display: none;
}

.owl-item.big.active.center .item_text {
    display: block;
    text-align: center;
}

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

.item_text h3 {
    font-size: 20px;
}

.owl-dot {
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 5px;
    width: 10px;
    border: 1px solid #f75723;
}

.owl-dot.active {
    border: 1px solid #f75723;
}

.owl-dots {
    text-align: center;
    padding-bottom: 15px;
}


/*-----------------------------------------------------------------------------------*/


/*    14.     Contact area CSS
/*-----------------------------------------------------------------------------------*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #404040;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #404040;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #404040;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #404040;
}

textarea,
input[type="text"],
input[type="email"] {
    background-color: transparent;
    border: 2px solid #404040;
    color: #404040;
    margin-bottom: 25px;
    padding: 10px;
    width: 100%;
}

textarea {
    min-height: 250px;
}

select {
    background-color: transparent;
    border: 1px solid #404040;
    color: #404040;
    font-size: 14px;
}


input[type="submit"]
{
    background-color: #404040;
    border: 2px solid #e9e9e9;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

input[type="submit"]:hover {
    background-color: #ffffff;
    border: 2px solid #f75723;
    color: #404040;
}

.s_address {
    margin-bottom: 30px;
    overflow: hidden;
}

.s_address i {
    display: inline-block;
    float: left;
    font-size: 50px;
    margin-right: 30px;
    text-align: center;
    width: 70px;
}

.s_address h4 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    padding-left: 100px;
}

.s_address h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
    text-transform: none;
}

.s_address h4 a {
    color: #333;
}


/*-----------------------------------------------------------------------------------*/


/*    15.    Footer top area CSS
/*-----------------------------------------------------------------------------------*/

.footer_top_area {
    background-color: #202020;
    color: #cccccc;
    padding: 50px 0;
}

.footer_top_area .social_icon {
    padding-top: 20px;
}

.footer_top_area .social_icon a {
    margin-bottom: 25px;
}

.phy_add {
    padding-left: 20px;
}

.phy_add h4,
.photo h2,
.help h2 {
    color: #fff;
    font-size: 20px;
}

.phy_add ul {
    list-style: outside none none;
    padding-left: 0;
}
.phy_add li {
    height: 100%;
    padding-bottom: 4px;
    position: relative;
    width: 100%;
}
.phy_add span {
    height: 100%;
    left: 40%;
    position: absolute;
    top: 0;
    width: 100%;
}

.phy_add span a {
    color: #fff;
}

.phy_add p {
    font-size: 13px;
    padding-top: 10px;
}

.photo_list ul {
    display: block;
    margin: 0;
    padding: 0;
}

.photo_list ul li {
    display: inline-block;
    float: left;
    padding: 4px;
}

.help ul {
    list-style: outside none none;
    padding: 0;
}

.help ul li {
    padding-bottom: 5px;
}

.help ul li a {
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*    16.  Footer bottom area CSS
/*-----------------------------------------------------------------------------------*/

.footer_bottom_area {
    padding: 10px 0;
}

.copy a {
    color: #fff;
}

.sub input {
    color: #111111;
}


/*-----------------------------------------------------------------------------------*/


/*       Preloader
/*-----------------------------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.preloader-content {
    left: 50%;
    margin-left: -60.5px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.preloader-content p {
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 5px;
    color: #f75723;
}

.resume_area, .service_area, .faq_area, .blog_area{
    background-color: #f7f7f7;
}

.price-description {
    font-size: 14px;
    font-weight: 800;
}

.package-description {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 20px;
}

.check-button {
    cursor: pointer;
}