/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
	02b.Contact Top
    03. About
    04. Services
    05. Services
    06. Get Started
    07. Portfolio
    08. Our Team
    09. Testimonials
    10. Pricing
    11. Want Work
    12. Blog
    13. Clients
    14. Contact
    15. Footer
    16. Page Loading
    17. Media Query
*/

body {
    font-family: 'Rubik', sans-serif;
}

/*--------------------------------------------------
[0. Framework]
--------------------------------------------------*/
.mb-40 {
    margin-bottom: 40px;
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    padding: 10px 0;
    background: linear-gradient(135deg, rgba(22, 37, 43, 0) 0%, rgba(22, 37, 43, 0) 100%);
}
.navbar .nav-item {
    margin: 0;
    padding: 0;
}
.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin-left: 35px;
    transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
    transform: translateY(-3px);
    color: #03b0d5;
}

.navbar-brand img{

   max-width: 70px;
   max-height: 80px;
}

/*--------------------------------------------------
[2. Start Slidert]
--------------------------------------------------*/
.slider {
    background: url("../img/Heads.jpg") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.slider .content {
    z-index: 999;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.slider .content span {
    font-size: 45px;
    font-weight: 300;
    color: #03b0d5;
}
.slider .content h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.slider .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 30px;
}
.slider .content .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.slider .content .btn-blue:hover {
    transform: translateY(-7px);
}

.slider .contacttop {
z-index: 999;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.slider .content .fa .fa-envelope-o{
	padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}


/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/
.about {
    padding: 120px 0;
    background: url("../img/bg/about.png") center center no-repeat;
    background-size: cover;
}
.about .heading {
    margin-bottom: 60px;
}
.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.about .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.about .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.about .box {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px 30px;
    box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}
.about .box:hover {
    transform: translateY(-15px);
}
.about .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #4c5b6a;
    margin: 25px 0 0;
}
.about .box span {
    font-size: 13px;
    font-weight: 300;
    color: #929899;
    display: inline-block;
    margin-bottom: 15px;
}
.about .box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

/*--------------------------------------------------
[4. Start Services]
--------------------------------------------------*/
.services {
    padding: 120px 0;
    background: url("../img/serve.jpg") center center no-repeat;
    background-size:cover;
}
.services .heading {
    margin-bottom: 60px;
}
.services .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fdfdfd;
    margin-bottom: 20px;
}
.services .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.services .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #fcfcfc;
}
.services .box {
    background: #ffffff;
    border-radius: 35px;
    padding: 50px 40px;
    box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}
.services .box:hover {
    transform: translateY(-15px);
}
.services .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #4c5b6a;
    margin: 25px 0 0;
}
.services .box span {
    font-size: 13px;
    font-weight: 300;
    color: #929899;
    display: inline-block;
    margin-bottom: 15px;
}
.services .box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}


/* .services {
    padding: 120px 0;
}
.services .heading {
    margin-bottom: 60px;
}
.services .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.services .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.services .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.services .left .box .info {
    margin-left: 30px;
}
.services .left .box .info h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #4c5b6a;
    margin-bottom: 10px;
}
.services .left .box .info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.services .right {
    background: url("http://placehold.jp/540x407.png") center center no-repeat;
    background-size: cover;
    height: 407px;
}
.video-icon .icon {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    color: #ffffff;
    display: inline;
    font-size: 20px;
    padding: 23px 28px;
    border-radius: 200px;
    position: relative;
} */

/* Pulse Animation */
/* .pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
} */

/* Keyframes */
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
} 

/*--------------------------------------------------
[4. Start Get-started]
--------------------------------------------------*/
.get-started {
    background: url("../img/bg/get-started.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}
.get-started .heading {
    margin-bottom: 30px;
}
.get-started .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.get-started .heading h2 span {
    font-weight: 300;
    color: #11c9f3;
    margin: 0;

}
.get-started .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}
.get-started .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.get-started .btn-blue:hover {
    transform: translateY(-7px);
}

/*--------------------------------------------------
[5. Start Portfolio]
--------------------------------------------------*/
.portfolio {
    padding: 130px 0 0;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;

}

.portfolio h2 span {
    color: #02a2c4;
    font-weight: 300;
}

.portfolio p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 60px;
    padding: 0;
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;

}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #02a2c4;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #02a2c4;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}
.portfolio .single-portfolio-item img {
    width: 100%;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;

}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #02a2c4;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}

/*--------------------------------------------------
[6. Start Our Mission]
--------------------------------------------------*/
.mission {
    padding: 120px 0;
}
.mission .text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.mission .text h2 span {
    color: #02a2c4;
    font-weight: 300;
}
.mission .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 35px;
    padding: 0;
}
.mission .text .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.mission .text .btn-blue:hover {
    transform: translateY(-7px);
}

/*--------------------------------------------------
[7. Start Our Team]
--------------------------------------------------*/
.team {
    margin-top: 120px;
}
.team .box {
    box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.team .heading {
    margin-bottom: 60px;
}
.team .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.team .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.team .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.team .content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #313e4b;
    margin-top: 30px;
}
.team .content span {
    font-size: 14px;
    font-weight: 300;
    color: #727f8c;
    margin-bottom: 30px;
    display: inline-block;
}
.team .box .social {
    position: absolute;
    left: -55px;
    opacity: 0;
    top: 20%;
    background: #ffffff;
    padding: 20px;
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}
.team .box .social .icon {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    color: #727f8c;
    transition: all 0.4s ease-in-out;
}
.team .box .social .icon:hover {
    color: #02a2c4;
}
.team .box:hover .social {
    opacity: 1;
    left: 0;
}

/*--------------------------------------------------
[8. Start Some Facts]
--------------------------------------------------*/
.some-facts {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}
.some-facts .items h3 {
    font-size: 35px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    margin-top: 20px;
}
.some-facts .items h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 5px 0 0;
}

/*--------------------------------------------------
[9. Start Price]
--------------------------------------------------*/
.price {
    padding: 120px 0;
}
.price .heading {
    margin-bottom: 60px;
}
.price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.price .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.price .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.price .cards {
    position: relative;
    box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
    border-radius: 15px;
}
.price .cards .front {
    padding: 50px 40px;
    backface-visibility: hidden;
    transform: perspective(600px) rotateY(0deg);
    transition: transform 0.6s linear;
}
.price .cards .front h3 {
    font-size: 20px;
    font-weight: 600;
    color: #313e4b;
    margin: 0 0 30px;
}
.price .cards .front img {
    width: 200px;
}
.price .cards .front p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 20px;
}
.price .cards .front ul {
    margin: 0;
    padding: 0;
    margin: 20px 0;
}
.price .cards .front ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    color: #5d6b79;
    border-bottom: 1px solid #eeeeee;
}
.price .cards .front .btn-blue {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
    box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}
.price .cards .front .btn-blue:hover {
    transform: translateY(-7px);
}

/*--------------------------------------------------
[10. Start Why Us]
--------------------------------------------------*/
.why-us .left {
    background: url("http://placehold.jp/950x630.png") center center no-repeat;
    background-size: cover;
    height: 632px;
}
.why-us .right {
    background: #f8f8f8;
}
.why-us .right .content {
    padding: 80px 50px;
}
.why-us .right .content span {
    font-size: 16px;
    font-weight: 400;
    color: #02a2c4;
    display: inline-block;
    margin-bottom: 5px;
}
.why-us .right .content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #313e4b;
    margin: 0;
}
.why-us .right .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 15px;
    margin-bottom: 40px;
}
.why-us .right .content .box {
    background: #ffffff;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}
.why-us .right .content .box h3 {
    font-size: 16px;
    color: #313e4b;
    font-weight: 500;
    margin: 0 0 0 20px;
}
.why-us .right .content .box .icon {
    background: #02a2c4;
    border-radius: 50%;
    font-size: 17px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #02a2c4;
}
.why-us .right .content .box:hover .icon {
    border: 1px solid #02a2c4;
    color: #02a2c4;
    background: #ffffff;
}

/*--------------------------------------------------
[11. Testimonials]
--------------------------------------------------*/
/* .testimonials {
    padding: 120px 0 80px;
}
.testimonials .heading {
    margin-bottom: 60px;
}
.testimonials .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}
.testimonials .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.testimonials .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}
.testimonials .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}
.testimonials .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313e4b;
}
.testimonials .box:hover {
    transform: translateY(-10px);
}
.testimonials .box h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #02a2c4;
    margin-left: 10px;
}
.testimonials .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    color: #727f8c;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
}
.testimonials .box .image img {
    width: 200px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.testimonials .box .icon {
    border: 1px solid #eee;
    color: #777777;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.testimonials .box .icon:hover {
    color: #ffffff;
    border: 1px solid #02a2c4;
    background: #02a2c4;
} */

/*--------------------------------------------------
[11. Testimonials]
--------------------------------------------------*/
.top {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-top{
    color: #ffffff;
}
.top:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 120px;
    border-radius: 8px;
    transform: translateX(-50%);
    background: url();
    background-repeat: no-repeat;
    background-position: center;
}
.white-top:after {
    background: url();
    background-repeat: no-repeat;
    background-position: center;
}

.top span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-top span {
    color: #11c9f2;
    font-weight: 300;
}


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial4_slide h5{
    color: #11c9f3;
    font-weight: 300;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/*--------------------------------------------------
[13. Contact]
--------------------------------------------------*/
.contact {
    background: url("../img/bg/contact.png") center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.contact .heading {
    margin-bottom: 60px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.contact .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;

}
.contact .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    box-shadow: 0 15px 51px 0 rgba(0,0,0,0.24);
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: -webkit-linear-gradient(top left,#079ab9 0%,#037e98 100%);
    color: #ffffff;
}

.contact .reach{

    font-size:20px;
}

.contact .mail{

    font-weight: 600;
    font-size: 20px;
    color: #11c9f3;

}

.contact .digits{

    font-weight: 600;
    font-size: 20px;
    color: #11c9f3;
}

.contact .fa{

    margin: 10px 10px 0px;
    font-size: 30px;
    color: #11c9f3;
    
}

/*--------------------------------------------------
[14. Start Footer]
--------------------------------------------------*/
.footer {
    background: #232834;
    padding: 30px 0;
}
.footer h2 {
    font-size: 15px;
	color:#ffffff;
    font-weight: 500;
    margin: 20px 0 0;
}

/*--------------------------------------------------
[15. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/preloader.svg") center no-repeat #fff;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .navbar {
        background: #353c4d !important;
        padding:30px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 800px;
        text-align: center;
    }
	.slider .content span {
    font-size: 20px;
    font-weight: 300;
    color: #03b0d5;
}
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        background: #353c4d !important;
        padding:30px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 900px;
        text-align: center;
    }
	.slider .content span {
    font-size: 20px;
    font-weight: 300;
    color: #03b0d5;
}
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar {
        background: #353c4d !important;
        padding:30px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 900px;
        text-align: center;
    }
    .about {
        padding: 120px 0 80px 0;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}