/*
Theme Name: Mark Designs Blue
Author: Phenyo M E Mokgadi
*/

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME 
  3. SECTION ABOUT
  4. SECTION ABOUT ME SLIDE
  5. SECTION SERVICES 
  6. SECTION  SKILLS
  7. SECTION CALL TO ACTION - SKILLS
  8. SECTION FUN FACTS  - SKILLS
  9. SECTION TESTIMONIALS 
  10. SECTION CONTACT 
  11. SECTION FOOTER 
  12. SECTION PRELOADER
  13. MEDIA Qs

*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 60px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 200;
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #5A9AC8;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}
.navbar {
    margin-top: -100px
}
.navbar-brand {
    padding: 9px 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 4px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
    margin-top: 10px;
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #5A9AC8;
}
.header {
    background: url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.header .section_overlay {
    background-color: rgba(10, 10, 10, 0.616);
}


.logo {
    padding-bottom: 30px;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    border: 1px solid #5A9AC8;
    padding-top: 30px;
    margin: 1% 50%;
    line-height: 30px;
    

}
.home_text{
    text-align: left;
}

.home_text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 100;
    margin-bottom: 5px;
    line-height: 50px;
    padding-top: 30px
}
.home_text p {
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    margin-top: 0px;
    font-weight: 100;
}
.nice-btn {
    margin-top: 90px;
    margin-bottom: 50px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #5A9AC8;
    color: #5A9AC8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #5A9AC8;
    color: #fff;
}
.tour,
.tour:focus,
tour:active,
tour:visited {
    color: rgb(199, 204, 207);
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tour:hover {
    color: #fff;
    border: 1px solid ;
    border-radius: 30px;
    padding: 9px 30px;
}
.tour i {
    font-size: 20px;
    padding-left: 5px;
    color: #5A9AC8;
}



/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/



.about {
    background: rgb(251, 253, 254);
}
.inner_about_area {
    padding-top: 50px;
}
.inner_about_title {
	
    padding-bottom: 50px;
}
.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}
.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #5A9AC8;
    height: 1px;
}
.inner_about_title p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 40px;
}
.inner_about_desc {
    text-align: right;
} 
.single_about_area {
    position: relative;
    padding-bottom: 20px;
    padding-left: 80px;
}
.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}
.single_about_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}
.single_about_area p {
    color: #727272;
    font-size: 1.1em;
}
.single_about_area:hover div i {
    color: #5A9AC8;
}
.about_me img {
    margin-right: 40px;
}


/*---------------------------------------
   SECTION ABOUT ME SLIDE           
-----------------------------------------*/

#owl-demo .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.about_me_slide {
    background: url(../images/about_me_slide.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about_me_slide .section_overlay {
    background: rgba(0, 0, 0, .6);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators {
    bottom: -8px;
}
div.carousel-inner .item img {
    border: 2px solid #5A9AC8;
    border-radius: 50%;
    padding: 3px;
}
.about_me_slide_caption {
    padding-bottom: 70px;
}
.about_me_slide_caption p {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-top: 50px;
}
.about_me_slide_caption h2 {
    color: #5A9AC8;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-top: 25px;
}
.about_me_slide_caption h4 {
    color: #5A9AC8;
}
.about_me_slide_caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
}
.about_me_slide ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #5A9AC8;
    margin: 1PX
}
.about_me_slide ol.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #5A9AC8;
    background:#5A9AC8 ;
}
/*---------------------------------------
   SECTION SERVICES            
-----------------------------------------*/

.services {
    background-color: #f1f1f1
}
.service_inner {
    padding-top: 30px;
    padding-bottom: 70px;
}

.right_single_service {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    margin-top: 35px;
}
.right_single_service div {
    position: absolute;
    font-size: 40px;
    color: #5A9AC8;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.right_single_service h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 21px;
    color: #333333;
}
.right_single_service h3 span {
    color: #5A9AC8;
}
.right_single_service p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
/*left feature*/

.left_single_service {
    position: relative;
    padding-right: 90px;
    margin-bottom: 30px;
    text-align: right;
    margin-top: 35px;
}




.left_single_service div {
    position: absolute;
    font-size: 40px;
    color: #5A9AC8;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_service h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 21px;
    color: #333333;
}
.left_single_service h3 span {
    color:#5A9AC8 ;
}
.left_single_service p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}


/*---------------------------------------
   SECTION CALL TO ACTION - SKILLS SECTION            
-----------------------------------------*/

.call_to_action {
    background-color: transparent;
    padding-top: 50px;
    padding-bottom: 50px;
}
.call_to_action p {
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
}
.btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #5A9AC8;
    border: 1px solid #5A9AC8;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}


/*---------------------------------------
   SECTION SKILLS             
-----------------------------------------*/

.skills {
    background: #fff;
    padding-bottom: 96px;
}

/* Skills bar effects */


.skillbar {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  width: 100%;
  background: #f1f1f1;
  height: 20px;
  border-radius: 10px;
  width: 100%;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: 100;
  font-size: 15px;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
}

.skillbar-bar {
  height: 20px;
  width: 0px;
  background: #5A9AC8;
  border-radius: 10px;
  display: inline-block;
}

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #5A9AC8;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #5A9AC8;
}
/*---------------------------------------
   SECTION FUN FACTS - SKILLS SECTION             
-----------------------------------------*/

.fun_facts {
    background: url(../images/skills.jpeg) no-repeat center;
    background-size: cover;
}
.fun_facts .section_overlay {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}
.single_fun_facts {
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts i {
    color: #5A9AC8;
    font-size: 60px;
    ;
}
.single_fun_facts h2 {
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts h2 span {
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_store {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_store i {
    color:transparent;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner {
    position: absolute;
    bottom: 100px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner h2 {
    text-align: center;
    font-weight: 200;
    color: #9d9d9d;
    font-size: 16px;
}
.single_store:hover {
    background: rgba(102, 175, 233, 0.3);
}
.single_store:hover i {
    opacity: 0;
}
.single_store:hover div.store_inner {
    opacity: 1;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
/*---------------------------------------
   SECTION TESTIMONIALS            
-----------------------------------------*/

.testimonials {
    background: #f1f1f1;
    padding-bottom: 50px;
}
.testimonials_screen {
    padding-top: 45px;
}
.testimonials_screen img {
    width: 100%
}
.testimonials_slide {
    background: url(../images/test.jpg) no-repeat center;
    background-size: cover;
}
.testimonials_slide .section_overlay {
    background: rgba(0, 0, 0, .6);
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials_slide_caption {
    padding-bottom: 70px;
}
.testimonials_slide_caption p {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-top: 50px;
    font-style: italic;
}
.testimonials_slide_caption h2 {
    color: #5A9AC8;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-top: 25px;
}
.testimonials_slide_caption h4 {
    color: #5A9AC8;
}
.testimonials_slide_caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
}
.testimonials_slide ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #5A9AC8;
    margin: 1PX
}
.testimonials_slide ol.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #5A9AC8;
    background:#5A9AC8 ;
}

/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.contact_form {
    padding-top: 30px;
}
.contact_form .form-control {
    display: block;
    display: block;
    width: 100%; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #5A9AC8;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}
.contact_form .form-control:focus {
    border: #5A9AC8;
    border-color:#5A9AC8 ;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(43, 164, 245, 0.945) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #5A9AC8;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #5A9AC8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #5A9AC8;
    color: #fff;
    border-color: #5A9AC8;
}
.social_icons {
    padding-top: 50px;
    padding-bottom: 70px;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons ul li a i {
    font-size: 20px;
}
.social_icons ul li a:hover {
    background:rgba(102, 175, 233, 0.6) ;
    border: 1px solid #5A9AC8;
    color: #fff
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.footer {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer .section_overlay {
    padding-bottom: 70px;
    background: transparent
}
.footer .section_title h2{
	color: #f1f1f1;
}
.footer .section_title p{
	color: #f1f1f1;
}
.footer_form {
    text-align: center;
    padding-top: 30px;
}
.footer_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.footer_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}
.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: transparent;
    border: 1px solid #5A9AC8 ;
    border-radius: 4px;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #5A9AC8;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.subs-btn:hover {
    background-color:#5A9AC8;
    color: #fff;
    border-color: #5A9AC8;
}


.scroll_top {
    text-align: right;
    margin-right: 20px;
}
.scroll_top a {
    background: #5A9AC8;
    padding: 20px;
    border-radius: 30px;
}
.scroll_top a:hover {
    background: rgba(102, 175, 233, 0.6);
    padding: 20px;
    border-radius: 30px;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}

.linkmail{
    color: #fff;
    text-decoration: none;
}


/*---------------------------------------
   SECTION PRELOADER             
-----------------------------------------*/

.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1f1f1;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #5A9AC8;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*---------------------------------------
   Media Qs           
-----------------------------------------*/
 
@media (min-width: 991px) and (max-width: 1200px) {
    .about_me img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_service {
        margin-left: -20px;
    }
    .left_single_service {
        margin-right: -60px;
    }
    .service_iphone {
        margin-top: 35px;
    }
    .right_single_service h3,
    .left_single_service h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #B5B5B5;
        font-family: 'Raleway', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #5A9AC8;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-brand img {
        padding-top: 25px;
        height: 45px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
}

@media (max-width: 768px){

.about_me img {
    display: none;
}
.single_about_area{
    padding-left: 0;
}
.single_about_area h3, .single_about_area p {
    text-align: left;
}
.left_single_service{
    text-align: right;
    padding-right: 40px;
}
.left_single_service div {
    height: 110px;
    font-size: 120px;
    position: relative;
    left: 550px;
}
.service_iphone img {
    display: none;
}
.right_single_service{
    text-align: left;
    padding-left: 20px;
}
.right_single_service div {
    height: 110px;
    font-size: 120px;
    position: relative;
    right: 550px;
}

.section_title {
    padding-bottom: 30px;
    text-align: justify;
    padding-right: 10px;
}
.skillbar{
    width: 95%;
    margin: 8px 0;
    height: 24px;
}
.skillbar-title{
    font-weight: 200;
    font-size: 18px;
    padding: 2px 0px 2px 5px;
}
.skillbar-bar{
    height: 24px;
}
.skill-bar-percent{
    padding: 2px;
}
.call_to_action, .tab-content{
    display: none;
}

.fun_facts .section_overlay {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

@media (max-width: 590px) {

.home_text{
    text-align: center;
}
    .left_single_service div {
        height: 110px;
        font-size: 100px;
        position: relative;
        left: 390px;
    }

    .right_single_service div {
        height: 110px;
        font-size: 100px;
        position: relative;
        right: 550px;
    }

    .logo {
        padding-bottom: 35px;
        font-size: 25px;
        font-weight: 300;
        color: #ffffff;
        border: 1px solid #5A9AC8;
        padding-top: 35px;
        margin: 0% 50%;
        line-height: 30px;
       
    }


}

@media (min-width: 300px) and (max-width:400px){

    .left_single_service div {
        height: 110px;
        font-size: 100px;
        position: relative;
        left: 125px;
    }


    .logo {
        padding-bottom: 30px;
        font-size: 22px;
        font-weight: 300;
        color: #ffffff;
        border: 1px solid #5A9AC8;
        padding-top: 30px;
        margin: 0% 50%;
        line-height: 30px
        
    }

}