/*
   
   Table Of Content
   
   1. Global Style
   2. Preloader
   3. Home Section and Navigation Menu
   4. Qualification and Experience
   5. About
      5.1 Skills
      5.2 Subscribe
   6. Portfolio
   7. Testimonial
   8. Statistics
   9. Services
  10. Call to Action
  11. Contact Us
  12. Social Icons
  13. Footer
  14. Scroll To Top
  15. Responsive
  16. Useful Classes ( Such as : Margin, Padding, colors  "This classes will be helpful for you during designing/development time.")
 

*/


/* Global Style */

body {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%
}

::selection {
    background-color: #000000;
    color: #ffffff;
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

a {
    color: #4c9cef;
}

a:hover,
a:active,
a:focus {
    color: #f7639a;
    text-decoration: none;
    outline: none;
}

p {
    line-height: 28px;
}

b {
    font-weight: 600;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.pink-color {
    color: #f7639a !important;
}

.pink-color-bg {
    background-color: #f7639a !important;
}

.section-space-padding {
    padding: 150px 0px;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 30px;
}

.section-title p {
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 40px;
}

.bg-cover {
    background-repeat: no-repeat;
}

.pattern-bg {
    background: url(../images/bg/pattern-bg.png);
    background-repeat: repeat;
}

.grabbing {
    cursor: url(../images/owl-carousel/grabbing.png) 8 8, move;
}

.center {
    text-align: center;
}

.center img {
    display: block;
    margin: auto;
}

.divider>i {
    color: #f7639a;
    font-size: 21px;
}

.divider {
    position: relative;
    width: 126px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.divider:after,
.divider:before {
    content: ' ';
    width: 43px;
    position: absolute;
    border-bottom: dotted 2px #ffffff;
    top: 50%;
    margin-top: -4px;
}

.divider:before {
    left: 0;
}

.divider:after {
    right: 0;
}

.divider.dark:after,
.divider.dark:before {
    border-color: #b2b2b2;
}

.button {
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-size: 17px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 60px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-style {
    border: 3px solid #fff;
    color: #fff;
}

.button-style:hover,
.button-style:active,
.button-style:focus {
    color: #ffffff;
    background: #4c9cef;
}

.button-style-color-2:hover,
.button-style-color-2:active,
.button-style-color-2:focus {
    color: #ffffff;
    background: #81c762 !important;
}

.button-style-dark {
    border: 3px solid #555555;
    color: #555555;
}


/* Preloader */

.preloader {
    background: #F9F9F9;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.preloader p {
    position: absolute;
    top: 48%;
    left: 50%;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.preloader:before,
.preloader:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40%;
    left: 40%;
    background-color: #4c9cef;
    animation: squaremove 1s ease-in-out infinite;
    -webkit-animation: squaremove 1s ease-in-out infinite;
}

.preloader:after {
    bottom: 0px;
    background-color: #f7639a;
    animation-delay: 0.3s;
}

@keyframes squaremove {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
        -o-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    25% {
        -webkit-transform: translate(40px, 40px) rotate(45deg);
        -ms-transform: translate(40px, 40px) rotate(45deg);
        -o-transform: translate(40px, 40px) rotate(45deg);
        transform: translate(40px, 40px) rotate(45deg);
    }
    50% {
        -webkit-transform: translate(0px, 80px) rotate(0deg);
        -ms-transform: translate(0px, 80px) rotate(0deg);
        -o-transform: translate(0px, 80px) rotate(0deg);
        transform: translate(0px, 80px) rotate(0deg);
    }
    75% {
        -webkit-transform: translate(-40px, 40px) rotate(45deg);
        -ms-transform: translate(-40px, 40px) rotate(45deg);
        -o-transform: translate(-40px, 40px) rotate(45deg);
        transform: translate(-40px, 40px) rotate(45deg);
    }
}


/* START Navigation Menu */

.header-top-area {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #000000;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 4px solid #f5ef3e;
    width: 300px;
}

.navigation-menu .navbar-nav li a {
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #f7639a;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #4c9cef;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #87d5e2;
}

.navigation-background .logo {
    padding-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-background .logo a {
    color: #ffffff;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    color: #fff;
}


/* END Navigation Menu */

/* START WELCOME Section*/

.welcome {
    /*	background: #f1f1f1;*/
    background-image: url("../images/bg/bg4.jpg");
    /*    background-image: url("../images/bg/background-3.jpg");*/
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.welcome h1 {
    font-size: 150px;
    color: white;
/*    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; */

}

.welcome h4 {
    font-size: 60px;
    color: white;
/*    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; */

}

.white-round {
    background: #fff;
}

.welcome .just-block {
    font-size: 20px;
    color: #fff;
}

.welcome .center {
    align-content: center;
}

.btn-primary .badge {
  color: #555555;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
.btn-primary {
  color: #555555;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* END WELCOME */


/* START Overview Section*/

.overview-section {
    background-image: url("../images/favicon/logo-50.png");
    height: 100%;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.overview {
    /*	background: #f1f1f1;*/
    background-image: url("../images/bg/background-main.jpg");
    /*    background-image: url("../images/bg/background-3.jpg");*/
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview-text {
    text-indent: 50px;
    padding: 50px;
    background-color: #ffffff;
    opacity: 0.9;
    box-shadow: -2px 40px 34px -24px rgba(0, 0, 0, 0.2);
    /*    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;*/
    border-radius: 25px;
    border: solid 7px;
    border-top-color: #81c762;
    border-bottom-color: #f14446;
    border-left-color: #dc4076;
    border-right-color: #87d5e2;
    color: black;
}

.overview h2 {
    color: #FFFFFF;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}


/* END overview */

/* Wave */
#wave {
  position: relative;
  height: 70px;
  width: 100%;
  background: #e0efe3;
}
#wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 60%;
  height: 80px;
  background-color: #f9f9f9;
  right: -5px;
  top: 40px;
}
#wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 50%;
  height: 70px;
  background-color: #e0efe3;
  left: 0;
  top: 27px;
}

/* START Business */

.business {
/*        background: url(../images/bg/xv.png);*/
/*    background-color: #e0efe3;*/
    background-color: #fff;
    background-attachment: fixed;
    background-repeat: repeat;
    height: 50%
}

.business h2 {
    font-size: 40px;
    /*    color: #FFFFFF;*/
    color: #555555;
/*    font-family: "Open Sans", sans-serif;*/
    /*    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;*/
}

.business-description {
    margin-left: 20px;
    padding: 10px 0px;
    position: relative;
}

.business-description-content {
    position: relative;
    border-radius: 6px;
    padding: 20px 25px;
    font-family: "Poppins";
    color: #0000;
/*    background: white;*/
}

/*
.business-description-content:before {
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.business-description-content:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 30px;
    margin-top: -20px;
}
*/

.business-description-content p {
    font-family: "Arial";
    font-size: 15px;
    text-align: justify;
    color: white;
    /*        text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;*/
    color: black;
        color: #555555;

}

.business-description-color-white {
    border: 2px solid #FFFFFF !important;
}


/* END Business */


/* START Services */

.services-section {
    background-color: #F9F9F9;
    /*    background-image: url("../images/favicon/logo.jpg");*/
    /*    background-image: url("../images/bg/background-3.jpg");*/
    height: 150%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section hr {
    border-bottom: 2px solid #4c9cef;
    width: 42px;
    margin: 0 auto;
}

.services-section .services-detail {
    border-radius: 100%;
    background-color: #ffffff;
    opacity: .97;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    border-color: #87d5e2;
    border-width: 2px;
    border-style: solid;
    color: #81c762;
}

.services-section .services-detail:hover {
    border-bottom-right-radius: 4px;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

.services-section .services-detail i {
    font-size: 42px;
    margin-top: 88px;
    display: inline-block;
    vertical-align: middle;
}

.services-section .services-detail img {
    font-size: 42px;
    margin-top: 88px;
    display: inline-block;
    vertical-align: middle;
}

.services-section h2 {
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}

.services-section p {
    font-size: 15px;
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border: 2px solid transparent;
    height: 50px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
    -ms-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
}

.form-control:focus {
    border-color: #171717;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #4c9cef;
    border-width: 2px;
}


/* END Services */

/* Start dialog modal */

.modal-large-customize {
    width: 90%; /* respsonsive width */
    height: auto;
}
.modal-large-customize-2 {
    width: 75%; /* respsonsive width */
    height: auto;
}

.modal-large-customize img {
    width: 100%; /* respsonsive width */
    height: auto;
}
    
.table {
	margin-bottom: 0px;
}

.table a {
	color: #ffffff;
}

.table th {
    font-weight: 500;
	font-size: 20px;
}

.table > tbody > tr > td {
	padding: 1px;
	border: 3px solid #e4e4e4;
}

.table tr > td {
	padding: 11px 13px;
}

tr:nth-child(1) > td {
	border-top:0px;
}

tr > td:nth-child(1){
	background-color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	color: #888888;
	width: 40%;
}

tr > td:nth-child(2) {
	font-weight: 500;
	color: #ffffff;
	background: #4c9cef;
    width: 10%;
}

tr > td:nth-child(3){
	background-color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	color: #888888;
	width: 40%;
}

tr > td:nth-child(4) {
	font-weight: 500;
	color: #ffffff;
	background: #4c9cef;
    width: 10%;
}
/* end modal */

/*START MFP */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    margin-top: 50px;
    font-size: 40px;
    background-color: greenyellow;
    width: 50px;
    right: 10px;
    height: 50px;
    border-radius: 50%;
    padding-right: 13px;
}

.mfp-image-holder .mfp-close2,
.mfp-iframe-holder .mfp-close2 {
    font-size: 40px;
    width: 50px;
    right: 10px;
    height: 10px;
    border-radius: 50%;
    padding-right: 13px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit;
}


/*END MFP */


/*Gallery */

#section-gallery-facilities {
/*            background: url(../images/bg/xv.png);*/

    background: #fff;
/*    background-attachment: fixed;*/
    background-position: center;
/*    background-repeat: no-repeat;*/
    background-size: repeat;
}

#section-gallery-facilities .section-title {
    /*    background-image: url("../images/bg/dark-grey-pattern.png");*/
    
    background-color: #87d5e2;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}

#section-gallery-facilities .section-title h1 {
    color: #FFF;
    font-size: 50px;
}

#gallery-facilities .item {
    margin: 3px;
}

#gallery-facilities .item img {
    display: block;
    width: 100%;
    height: 215px;
}


/* START Affiliates */

.section-affiliates {
    background-color: #F9F9F9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-affiliates hr {
    border-bottom: 2px solid #4c9cef;
    width: 42px;
    margin: 0 auto;
}


/* END AFFILIATES */


/* ClearWhite */

.clear-white {
    background-image: url("../images//bg/g1.jpg");
    height: 30%;
    opacity: .8;
    background-repeat: repeat;
}


/* START interested */

.section-interested {
    background-color: #F9F9F9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-interested p {
    font-size: 20px;
}

/*End clearwhite */


/* Social Icons */

.social-icon {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

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

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

.social-icon li {
    display: inline-block;
    margin: 2px 4px;
}

.social-icon li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 50%;
    font-size: 27px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.social-icon li a:hover {
    box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google-plus {
    background-color: #dd4b39;
}

.instagram {
    background-color: #464545;
}

.linkedin {
    background-color: #0077b5;
}

.pinterest {
    background-color: #bd081c;
}

.youtube {
    background-color: #cd201f;
}

.vimeo {
    background-color: #1ab7ea;
}

.dribbble {
    background-color: #ea4c89;
}

.behance {
    background-color: #1769ff;
}

.flickr {
    background-color: #ff0084;
}

.tumblr {
    background-color: #35465c;
}

.foursquare {
    background-color: #f94877;
}

.github {
    background-color: #333333;
}

.skype {
    background-color: #00aff0;
}


/*  START Footer */

.footer-section {
    background: url(../images/bg/pattern-white.jpg);
/*    background: #81c762;*/
    background-repeat: repeat;
    padding: 80px 0px;
    color: #f8f8f8;
}

.footer-section p {
    font-size: 14px;
}


/* END footer */


/* START  Scroll To Top */

.scroll-to-top {
    background-color: #4c9cef;
    display: none;
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 67px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: #f5ef3e;
    color: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}


/* END  Scroll To Top */


/* Responsive */

@media only screen and (max-width: 1199px) {
    .experience-circle i {
        font-size: 30px;
    }
    .experience-content {
        margin-left: 75px;
    }
    .experience-content:after,
    .experience-content:before {
        top: 30%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
    .navigation-background .logo {
        padding-top: 28px;
    }
    .margin-left-setting {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 991px) {
    .business h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background: #f7639a;
    }
    .navigation-background .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    .navbar-toggle {
        margin-right: 0px;
        margin-top: -30px;
    }
    .navbar {
        min-height: 0px;
    }
    .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
        color: #ffffff;
    }
    .navigation-menu .navbar-nav li a:hover {
        color: #ffffff;
    }
    .navigation-background .navigation-menu .navbar-nav li a:hover {
        color: #ffffff;
    }
    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-toggle {
        margin-top: -30px;
    }
    .navbar-collapse {
        background: #4c9cef;
    }
    .navigation-background .navbar-collapse {
        background: #4c9cef;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .testimonial-word {
        padding: 0;
    }
    .testimonial-carousel-list {
        margin-top: 0px;
    }
    .business h2 {
        font-size: 18px;
        line-height: 35px;
    }
    .contact-us-detail {
        left: 39%;
    }
    .owl-prev {
        left: 5px;
    }
    .owl-next {
        right: 5px;
    }
    .scroll-to-top {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
        line-height: 52px !important;
        right: 8px !important;
        bottom: 15px !important;
    }
}

@media only screen and (max-width: 555px) {
    .social-icon li a {
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 16px;
    }
    .section-title h2 {
        font-size: 16px;
        font-weight: 500;
    }
    .section-title p {
        font-weight: 300;
        font-size: 12px;
    }
    .statistics-content>h5 {
        font-size: 20px;
    }
    .statistics-content>span {
        font-size: 10px;
    }
    .statistics-icon {
        font-size: 30px;
    }
    .services-section hr {
        width: 35px;
    }
    .services-section h3 {
        font-size: 12px;
    }
    .services-section .services-detail {
        width: 180px;
        height: 180px;
    }
    .services-section .services-detail i {
        font-size: 30px;
        margin-top: 45px;
    }
    .owl-theme .owl-controls .owl-buttons div {
        padding: 6px 10px;
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 8px;
    }
    .contact-us-detail {
        left: 30%;
    }
}

@media only screen and (max-width: 500px) {
    .experience {
        margin-left: 0px;
        border: 0px;
    }
    .experience-circle {
        margin: 0 auto;
        position: static;
        margin-bottom: 20px;
    }
    .experience-content {
        padding: 10px 15px;
        margin-left: 0px;
        text-align: center;
    }
    .experience-content:after,
    .experience-content:before {
        display: none;
    }
}

@media only screen and (max-width: 449px) {
    .button {
        font-size: 13px;
        padding: 14px 28px;
        font-weight: 600;
    }
    .contact-us-detail {
        left: 25%;
    }
}


/* Useful Classes */


/* Spacing ( with Margin and Padding ) */


/* Margin */

.margin-0 {
    margin: 0px !important;
}


/* Margin Top */

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-120 {
    margin-top: 120px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-top-200 {
    margin-top: 200px !important;
}


/* Margin Bottom */

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.margin-bottom-200 {
    margin-bottom: 200px !important;
}


/* Padding */

.padding-0 {
    padding: 0px !important;
}


/* Padding Top */

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}


/* Padding Bottom */

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-120 {
    padding-bottom: 120px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.padding-bottom-200 {
    padding-bottom: 200px !important;
}


/* Colors */

.color-1 {
    color: #f306a0;
}

.color-2 {
    color: #d60bfb;
}

.color-3 {
    color: #d8be10;
}

.color-4 {
    color: #0fd28a;
}

.color-5 {
    color: #f97400;
}

.color-6 {
    color: #08a6f3;
}


/* Background Color */

.bg-color-1 {
    background-color: #f306a0;
}

.bg-color-2 {
    background-color: #d60bfb;
}

.bg-color-3 {
    background-color: #d8be10;
}

.bg-color-4 {
    background-color: #0fd28a;
}

.bg-color-5 {
    background-color: #f97400;
}

.bg-color-6 {
    background-color: #08a6f3;
}


/* Tooltip Styles */

.tooltip-inner {
    font-style: italic;
    padding: 10px 12px;
    min-width: 150px;
    width: 100%;
}

.tooltip.top {
    margin-top: -15px;
}

.tooltip.bottom {
    margin-top: 15px;
    bottom: auto;
    left: auto;
    right: auto;
}

.tooltip.left {
    margin-right: 15px;
}

.tooltip.right {
    margin-left: 15px;
}

.tooltip-color .tooltip-inner {
    color: #fff;
}


/* Font face */

@font-face {
    font-family: delicious;
    src: url("../fonts/delicious/Delicious-Bold.otf");
}


/* UiPasta Credit */

.uipasta-credit {
    color: #333333;
    text-align: center;
}

.uipasta-credit a {
    color: #4c9cef;
    font-weight: 600;
}

.uipasta-credit a:hover {
    color: #f7639a;
}
