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

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About Us
    04. Some Facts
    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: arial;
    height: 5000px;
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    background: linear-gradient(135deg, rgba(42, 36, 43, 0) 0%, rgba(42, 36, 43, 0) 100%);
    padding: 20px 0;
    border-bottom: 3px double rgba(255, 255, 255, 0.06);
}

.navbar .nav-item {
    margin-left: 25px;
    
}

.navbar .nav-item .nav-link {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    border-left: .5px solid rgba(255, 255, 255, 0.06);
    font-size: 16px;
    color: #c7d3dd;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.navbar .nav-item .no-border {
    border: 0;
}

.navbar .nav-item .nav-link:hover {
    color: #c72e2e;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background: #142a32;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #13b1c5;
}


/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    background: url('../img/bg/slider.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}
.slider .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slider .content h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top: 70px;
}

.slider .content p {
    font-size: 26px;
    line-height: 24px;
    font-weight: 300;
    color: #eeeeee;
    word-spacing: 2px;
    padding: 0;
    margin: 30px 0 40px 0;
}

.slider .content .btn {
    padding: 10px 40px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 300;
    background: #c72e2e;
    color: #ffffff;
    margin: 0;
    border: 1px solid #c72e2e;
    transition: all .6s ease-in-out;
}

.slider .content .btn:hover {
    background: transparent;
    border: 1px solid #fff;
}
  

/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/

.about-us {
    padding: 100px 0 100px 0;
}


.about-us .heading i {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.about-us .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.about-us .heading h2 span {
  color: #c72e2e;
}

.about-us .heading p {
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
    text-align: left;
}
.about-us #will_dis
{
 margin-bottom: 0px;
}
.about-us #will_di1
{
    margin-bottom: 0px;
}

.about-us .box {
    padding: 40px 30px;
    border: 1px solid #eeeded;
    border-radius: 5px;
    margin-bottom: 30px;
}

.about-us .box .line {
    width: 30px;
    height: 2px;
    background: #c72e2e;
    
}

.about-us .box .icon {
    font-size: 40px;
    color: #c72e2e;
    margin-bottom: 30px;
}

.about-us .box h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    color: #212529;
    margin: 20px 0 10px 0;
}

.about-us .box p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
}


/*--------------------------------------------------
[4. Start Some Fact]
--------------------------------------------------*/

.slider {
    background: url('../img/bg/slider.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}

.some-facts .items .icon {
    color: #c72e2e;
    font-size: 40px;
}

.some-facts .items .counter {
    font-size: 35px;
    font-weight: 600;
    margin: 30px 0;
}

.some-facts .items .line {
    width: 30px;
    height: 2px;
    background: #c72e2e;
    margin-bottom: 10px;
}

.some-facts .items h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/*--------------------------------------------------
[5. Start Services]
--------------------------------------------------*/
.services {
    padding: 0px 0 100px 0;
}

.services .heading .icon {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.services .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.services .heading h2 span {
    color: #c72e2e;
}

.services .heading p {
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
    text-align: left;
}

.services .box {
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #c72e2e;
    margin-bottom: 30px;
}

.services .box .icon {
    font-size: 30px;
    color: #c72e2e;
}

.services .box h3 {
    font-size: 16px;
    font-weight: 500;
}

.services .box p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
}



/*--------------------------------------------------
[6. Start Get Started]
--------------------------------------------------*/
.will-chanlange {
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    list-style: none;
}
.ul_tag .align {
    color: #fff;
    margin-left: 18px;
    font-weight: inherit;
}
.text_p
{
    color: #999;
    margin-bottom: 60px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    margin-top: 20px;
}

.cus_btn {
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 300;
    background: #c72e2e;
    color: #ffffff;
    margin: 0;
    border: 1px solid #c72e2e;
    margin-bottom: 40px;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    transition: all .6s ease-in-out;
}
.cus_btn:hover {
    background: transparent;
    border: 1px solid #757575;
    color: #757575;
}


.will-chanlange li::before {
  content: "\2022";
  color: #c72e2e;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
}

.get-started {
    padding: 100px 0;
    background: url('../img/bg/get-started.png') center center no-repeat;
    background-size: cover;
}

.get-started .content .icon {
    font-size: 40px;
    color: #c72e2e;
}

.get-started .content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.ul_tag span {
    color: #c72e2e;
    font-weight: bold;
    margin-right: 10px;
}

.get-started .content p {
     color: #eeeeee;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

.get-started .content .btn {
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 300;
    background: #c72e2e;
    color: #ffffff;
    margin: 0;
    border: 1px solid #c72e2e;
    transition: all .6s ease-in-out;
}

.get-started .content .btn:hover {
    background: transparent;
    border: 1px solid #fff;
}


/*--------------------------------------------------
[7. Start Portfolio]
--------------------------------------------------*/

.portfolio {
    padding: 100px 0 100px 0;
    background: #ffffff;
}

.portfolio .heading .icon {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.portfolio .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.portfolio .heading h2 span {
    color: #c72e2e;
}
.wills_cha li {
    list-style: number;
    color: #fff;
}
.wills_cha {
    width: 51%;
    text-align: left;
    margin: 0 auto;
    font-size: 17px;
}


.portfolio .button-group {
    margin-bottom: 30px;
    border-top: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    width: 40%;
    padding: 10px 0;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all .2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #c72e2e;
}

.portfolio .button-group button.active {
    color: #ffffff;
    background: #c72e2e;
}

.portfolio .single-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio .single-portfolio-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #c72e2e;
    color: #ffffff;
    opacity: 0;
    transition: all .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 .3s ease-in-out;
    
}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 200;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: .95;
}

.portfolio .grid {
    margin-top: 40px;
}



/*--------------------------------------------------
[8. Start Our Team]
--------------------------------------------------*/
.our-team {
    padding: 130px 0;
}

.our-team .heading .icon {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.our-team .heading h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.our-team .heading h2 span {
    color: #c72e2e;
}

.our-team .heading p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
}

.our-team .box .image {
    position: relative;
}

.our-team .box .image .social-icons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #818081 !important;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.our-team .box .image .social-icons i {
    font-size: 16px;
    padding: 0 5px;
}

.our-team .box:hover .social-icons {
    opacity: 1;
    bottom: 40px;
}

.our-team .box .info {
    border-bottom: 2px solid #c72e2e;
    border-radius: 10px;
}
.our-team .box .info h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 30px 0 5px 0;
}

.our-team .box .info h4 {
    font-size: 13px;
    font-weight: 400;
    color: #c72e2e;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}


/*--------------------------------------------------
[9. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    background: url('../img/bg/testimonials.png') center center no-repeat;
        background-size: auto;
    background-size: cover;
    padding: 130px 0 140px 0;
    color: #fff;
}
.testimonials h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.testimonials p {
    font-size: 17px;
    font-weight: 300;
    color: #eeeeee;
    line-height: 1.8;
    margin: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .colon {
    margin: 0px 0 20px 0;
}

.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #c72e2e;
    border-radius: 100%;
    padding: 5px;
    margin: 20px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #c72e2e;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}


.testimonials .carousel-indicators .active {
    background-color: #ffffff;
}

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #ffffff
}


/*--------------------------------------------------
[10. Start Pricing]
--------------------------------------------------*/
.price {
    padding: 100px 0;
}

.price .heading .icon {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.price .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.price .heading h2 span {
    color:#c72e2e;
}

.price .heading p {
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
   text-align: left;
}

.price .box {
    border: 1px solid #fff;;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
}

.price .standard .head h3 {
    color: #fff;
}

.price .standard .line {
    background: #ffffff;
    width: 60px;
    height: 3px;
}

.price .head {
    margin: 40px 0 10px 0;
}

.price .head h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.price .box .line {
    width: 60px;
    height: 3px;
    background: #c72e2e;
}

.price .box .num {
    margin-top: 30px;
}

.price .box .num h4 {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.price .box .num h4 span {
    font-size: 15px;
    color: #555;
    font-weight: 300;
}

.price .box .body {
    margin-bottom: 30px;
}

.price .box .body ul {
    margin: 0;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    height: 70px;
}

.price .box .body ul li {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    margin-top: 10px;
}

.price .box .btn {
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 300;
    background: #c72e2e;
    color: #ffffff;
    margin: 0;
    border: 1px solid #c72e2e;
    margin-bottom: 10px;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    transition: all .6s ease-in-out;
}

.price .box .btn:hover {
    background: transparent;
    border: 1px solid #757575;
    color: #757575
}

/* Starndard */
.price .standard {
    background: linear-gradient(135deg, #03859c 0%,#c72e2e 100%); 
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.price .standard .head h3 {
    color: #fff;
}

.price .standard .line {
    background: #ffffff;
    width: 60px;
    height: 3px;
}

.price .standard .num h4 span {
    color: #ffffff;
}

.price .standard .body ul li {
    color: #ffffff;
}

.price .standard .btn {
    background: #ffffff;
    color: #08707e;
}

.price .standard .btn:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff
}


/*--------------------------------------------------
[11. Start Want Work]
--------------------------------------------------*/
.want-work {
    padding: 100px 0;
    background: url('../img/bg/some-bg.png') center center no-repeat;
    background-size: cover;
}

.want-work .content .icon {
    font-size: 40px;
    color: #c72e2e;
}

.want-work .content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.want-work .content p {
    color: #eeeeee;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.want-work .content .will-chanlange{
    color: #fff;
}

.want-work .content .btn {
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 400;
    background: #c72e2e;
    color: #ffffff;
    margin: 0;
    border: 1px solid #c72e2e;
    transition: all .6s ease-in-out;
}

.want-work .content .btn:hover {
    background: transparent;
    border: 1px solid #fff;
}



/*--------------------------------------------------
[12. Start Blog]
--------------------------------------------------*/
.blog {
    padding: 0px 0;
}

.blog .heading .icon {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.blog .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog .heading h2 span {
    color: #c72e2e;
}

.blog .heading p {
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

.blog .box {
    border: 1px solid #e6e4e4;
    border-radius: 5px;
}

.blog .box .info {
    padding: 20px 15px;
}

.blog .box .info span {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.blog .box .info h3 {
    font-size: 18px;
    margin: 7px 0;
    padding: 0;
    font-weight: 500;
}

.blog .box .info .link {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: #c72e2e;
}


/*--------------------------------------------------
[3. Start Clients]
--------------------------------------------------*/
.clients {
    padding: 130px 0;
    background: #1a2936;
    background-size: cover;
}

.clients img {
    opacity: .4;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.clients img:hover {
    opacity: 1;
}



/*--------------------------------------------------
[14. Start Contact us]
--------------------------------------------------*/
.contact {
    padding: 100px 0;
}

.contact .heading .icon {
    font-size: 30px;
    color: #c72e2e;
    margin-bottom: 20px;
}

.contact .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.contact .heading h2 span {
    color: #c72e2e;
}

.contact .heading p {
    margin-bottom: 60px !important;
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    list-style: none;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #c72e2e;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info .icon {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}


/*--------------------------------------------------
[15. Start Footer]
--------------------------------------------------*/
.footer {
    padding: 80px 0;
    background: #1a2936;
    background-size: cover;
}

.footer .social-icons {
    margin: 30px 0;
    padding: 0;
}

.footer .social-icons a {
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 15px;
    line-height: 42px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #c72e2e;
    border-radius: 50%;
    margin: 0 3px;
    transition: all .5s ease-in-out;
}

.footer .social-icons i:hover {
    background: #02434b;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------
[16. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
     display: none; 
     }

.js #loader {
     display: block; position: absolute; left: 100px; top: 0;
     }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loader/Preloader_2.gif) center no-repeat #fff;
}




/*--------------------------------------------------
[17. Start Media Query]
--------------------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Navbar */
    .navbar {
        padding: 20px;
        background: #21353e !important;
    }
    .navbar .nav-item {
        margin-left: 0;
        
    }
    .navbar .nav-item .nav-link {
        padding: 0;
        margin: 25px 0  0;
    }

    /* Slider */
    .slider .content {
        padding: 0 30px;
    }

    .slider .content h1 {
        font-size: 40px;
    }

    /* Some Facts */
    .some-facts {
        padding: 105px 0;
    }
    .some-facts .items {
        margin: 25px 0;
    }

    /* Services */
    .services {
        padding: 130px 0;
    }

    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }

    /* Our Team */
    .our-team {
        padding: 130px 0 100px 0;
    }
    .our-team .box {
        margin-bottom: 30px;
    }

    /* Pricing */
    .price {
        padding: 130px 0 100px 0;
    }
    .price .box {
        margin-bottom: 30px;
    }

    /* Blog */
    .blog {
        padding: 130px 0 100px 0;
    }
    .blog .box {
        margin-bottom: 30px;
    }

    /* Clients */
    .clients {
        padding: 130px 0 100px 0;
    }
    .clients img {
        margin-bottom: 30px;
    }

    /* Contact Us */
    .contact .content {
        margin-bottom: 30px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        padding: 20px;
        background: #21353e !important;
    }
    .navbar .nav-item {
        margin-left: 0;
        
    }
    .navbar .nav-item .nav-link {
        padding: 0;
        margin: 25px 0  0;
    }

    .slider .content h1 {
       line-height: 36px;
    font-size: 26px;
    }

    /* Some Facts */
    .some-facts {
        padding: 105px 0;
    }
    .some-facts .items {
        margin: 25px 0;
    }

    /* Services */
    .services {
        padding: 130px 0;
    }

    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }

    /* Our Team */
    .our-team {
        padding: 130px 0 100px 0;
    }
    .our-team .box {
        margin-bottom: 30px;
    }

    /* Pricing */
    .price {
        padding: 130px 0 100px 0;
    }
    .price .box {
        margin-bottom: 30px;
    }

    /* Blog */
    .blog {
        padding: 130px 0 100px 0;
    }
    .blog .box {
        margin-bottom: 30px;
    }

    /* Clients */
    .clients {
        padding: 130px 0 100px 0;
    }
    .clients img {
        margin-bottom: 30px;
    }

    /* Contact Us */
    .contact .content {
        margin-bottom: 30px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar {
        padding: 20px;
        background: #21353e !important;
    }
    .navbar .nav-item {
        margin-left: 0;
        
    }
    .navbar .nav-item .nav-link {
        padding: 0;
        margin: 25px 0  0;
    }

    /* Some Facts */
    .some-facts {
        padding: 105px 0;
    }
    .some-facts .items {
        margin: 25px 0;
    }

    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }

    /* Pricing */
    .price {
        padding: 130px 0 100px 0;
    }
    .price .box {
        margin-bottom: 30px;
    }

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }
}

.cd-headline.clip .cd-words-wrapper
{
    font-family: arial;
}

/* him css*/

.margin-top{
	margin-top: 4rem;
}
.heading-height{
	    min-height: 50px;
}
.custom-desgin-p{
	font-size: 17px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
    text-align: justify;
}
img.icon {
    margin-bottom: 10px;
}
/* footer start */
.footer {   
    background: linear-gradient(
135deg
, rgb(22, 37, 43) 0%, rgb(22, 37, 43) 100%);
    background-size: cover;
    padding: 0;
    position: relative;
}
.footer .footer__list .footer__item a:hover {
    color: #ffffff;
}
.g-site-container {
   
    margin: 0 auto;  
    
}
.footer__heading {
    text-align: left;
    font-family: arial;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #fff;
    margin: 0;
    word-break: break-word;
}
a.footer__list-link.footerheading {
    font-size: 18px;
    color: #fff;
}
.footer__list-link {
    width: 100%;
	font-size: 15px;
    display: inline-block;
    line-height: 1.5;
    color: #a9a9a9;
    text-decoration: none;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight: 100;
}
.footer__section-link--accordion .icon {
    float: right;
    font-size: 1.2rem;
    color: #a9a9a9;
    margin-top: 7px;
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}
.hidden {
    display: none!important;
}
.footer__list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: .1rem 0 .8rem;
}
.footer__item {
    display: inline-block;
    line-height: 1.8rem;
    vertical-align: top;
    width: 100%;
}
li.footer__list-group.footer__item.phone-icon-fotter {
    display: flex;
}
li.footer__list-group.footer__item.phone-icon-fotter span.phone-icon {
    padding: 0px 7px 0px 0px;
}
.footer__awards {
    text-align: center;
    margin: 0;
    padding: 0;
    border-top: 1px solid hsla(0,0%,85%,.2);
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.footer__awards li {
    width: 100%;
    margin-top: 1rem;
	list-style: none;
}
.footer__awards a {
        display: inline-block;
    width: 270px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer__awards img {
    width: 86%;
}
.footer__lite .content-split {
    display: none;
}
.content-split {
    margin-bottom: -4rem;
}
.content-split__hr {
    margin: 4rem 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
}
.footer__links {
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 15px;
    line-height: 1.61rem;
    font-style: normal;
    margin: 2rem 0 0;
    padding: 2rem 0 0;
    border-top: 1px solid hsla(0,0%,85%,.2);
    overflow: hidden;
}
.footer__links li {
    list-style-type: none;
}
.footer__links a {
    color: #a9a9a9;
    text-decoration: none;
    line-height: 24px;
    white-space: normal;
}
.footer__lite__logo-container {
    padding-top: 2rem !important;
    text-align: center;
}
.glg_logo_footer {
    margin-top: -25px;
}


.footer__section {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    vertical-align: top;
    padding: 1rem;
    border-top: 1px solid #666;
}
.mobilen {
    display: none;
}

.footer__paragraph-emphasized {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 12px; 
    line-height: 1.61rem;
    font-weight: 200;
    color: #fff;
}
.footer__paragraph--copyright {
    font-weight: 700;
    margin-top: 0;
    
    white-space: normal;
}
.footer__paragraph-emphasized.footer__paragraph--copyright.desktopn {
    width: 100%;
    margin: 20px 0 0px;
    padding-bottom: 15px;
	text-align: left;
}
@media only screen and (min-width: 769px){
.footer__section {
	width: 24%;
	padding: 2.1rem 0rem 0 0;
	margin-right: -3px;
	} 
		.footer__list {
		margin: 1.2rem 0 2.1rem;
	}
	.footer__item {
		width: 100%;
	}
	
	.footer__lite {
		padding: 0;
		margin-top: 1rem;
	}
	.footer__lite .content-split {
		display: block;
		margin-bottom: 0;
	}
	.footer__lite .content-split__hr {
		opacity: .2;
		margin: 1rem 0;
		
	}
	.footer__links {
		border: none;
		padding: 0; 
		margin-right: 12rem;
		padding-bottom: 10px;
	}
	.footer__links li {
		float: left;
		margin-right: 2rem;
	}
}
@media only screen and (min-width: 1024px){
	.footer__primary {
		
		padding-left: 120px;
    padding-right: 120px;
	}
} 
/* footer end */
@media screen and (max-width: 767px){
    .footer__awards {
        flex-wrap: wrap;
    }
    .footer__awards a {
        width: 100% !important; 
    }
    .footer__awards img {
        width: 300px;
    }
    .footer__links {
        padding: 2rem;
    }
    
    
}
#disclaimer p{
        font-size: 8pt;
        padding: 20px 0;
        font-style: italic;
}
footer.footer.js-footer a {
    text-decoration: none;
}
.fivesteps{
    padding: 100px 0 100px 0;
}
.fivesteps .heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.will-steps {
    position: relative;
    margin-top: 60px;
}
.will-steps:before {
    position: absolute;
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    left: calc(92px + 52px);
    border-left: 2px dotted #c5c5c5;
}
.will-steps .item {
    padding-left: calc(92px + 104px);
    margin-bottom: 52px;
    counter-increment: will-step-no;
    position: relative;
}
.will-steps .item:before {
    position: absolute;
    top: 0;
    left: calc(92px + 52px);
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    height: 50px;
    line-height: 50px; 
    width: 50px;
    background-color: #c72e2e;
    border-radius: 100%;
    content: counter(will-step-no);
    color: #fff;
   
    text-align: center;
    z-index: 2;
}
.will-steps .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}
.will-steps h3 {
    clear: both;
    font-size: 23px;
    line-height: 30px;
    color: #000;
    padding: 0;
    font-weight: 700;
    margin-top: 0;
}
.will-steps .item p {
    margin-bottom: 0;
}
.will-steps .item:after {
    position: absolute;
    content: "";
    bottom: -3px;
    width: 18px;
    font-size: 30px;
    line-height: 18px;
    left: calc(92px + 52px);
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
    font-family: FontAwesome;
    content: "\f107";
    color: #c5c5c5;
    z-index: 1;
}
.marginTopLarge {
    margin-top: 78px !important;
}
.mbbutton {
    float: none;
    height: 50px;
    line-height: 50px;
    min-width: 200px;
    padding: 0 10px;
    margin: 0;
    border: 0 none;
    font-size: 14px;
    color: #fff !important;
    background-color: #c72e2e;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
     margin-bottom: 26px;
    display: inline-block;
    border-radius: 35px;
}
.mbbutton.btn-outline {
    background-color: transparent !important;
    border: 2px solid #c72e2e;
    color: #c72e2e !important;
    line-height: 48px !important;
    vertical-align: top;
}
.mbbutton.black-text.btn-outline {
    color: #000 !important;
}
.pColor-text {
    color: #c72e2e !important;
}
.mbbutton.btn-outline:hover {
    background-color: #eb1c24 !important;
    color: #fff !important;
}
.mbbutton.btn-outline:hover i {
    color: #fff !important;
}
@media only screen and (max-width: 1199px) and (max-width: 550px){
    .will-steps:before {
        left: 13px;
    }
    .will-steps .item {
        padding-left: calc(13px + 26px);
    }
    .will-steps .item:before {
        left: 13px;
    }
    .will-steps .item img {
        display: none;
    }
    .will-steps .item:after {
        left: 13px;
    }
}
.top-second-block img{
    width: 390px;
}
.top-second-block p{
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 0 !important;
}
.container.top-second-block {
    //background: #e5e5e6;
    //padding: 20px;
   // border-radius: 6px;
}
.container.top-first-block
{
    background: #e5e5e6;
    border-radius: 6px;
    margin: 60px 0;
}
.container.top-first-block .col-lg-6.right {
    background: url(../img/portfolio/imagebox1.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.container.top-first-block .col-lg-6.left h3{
    font-size: 30px;
    font-weight: 400;
    padding: 45px 30px;
    text-align: left;
}
.container.top-first-block .col-lg-6.left h3 span{
    color: #c72e2e !important;
    font-weight: 500;
}
.img-text-block{
    padding: 0;
}
.img-text-block .row {
    align-items: center;
    margin-top: 4rem;
}
.blue-sec .will-chanlange{
    color: #fff;
}
h3.second-heading  {
    margin-top: 30px;
    text-align: left;
    font-size: 25px;
    margin-bottom: 3rem;
    color: #fff;
}
.img-text-block .col-lg-6.image-sec {
    text-align: left;
}
.img-text-block p {
    font-size: 19px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    list-style: none;
}
.margin-30{
    margin: 30px;
}
.menu-button .nav-link{
    border: 2px solid #c72e2e !important;
    //padding: 3px 20px;
    padding: 4px 20px !important;
    text-align: center;
    border-radius: 35px;
    line-height: normal;
    //font-size: 14px;
}
.menu-button .nav-link:hover{
    border: 2px solid #fff !important;
}
@media screen and (max-width: 767px){
		.mobile-text{
			display:block;
		}
		h1.cd-headline.clip.is-full-width{
			display:none;
		}
		.top-second-block img {
		width: 100%;
	     margin-bottom: 40px;
		}
		.img-text-block .row {
    //width: 100%;
}
.container.top-first-block .col-lg-6.left h3 {
    font-size: 26px;
    padding: 20px 10px;
}
.will-steps .item {
    padding-left: calc(25px + 26px);
}
.will-steps .item:before {
    height: 40px;
    line-height: 40px;
    width: 40px;
    }
	.will-steps .item:before {
    left: 24px;
}
.will-steps:before {
    left: 18px;
}
.will-steps .item:after {
    left: 18px;
}
.m-margin-20{
	margin-top: 20px;
}
.m-margin-bottom-20{
	margin-bottom: 20px;
}
.footer__links li {
    text-align: center !important;
}
}
@media screen and (min-width: 768px){
	.mobile-text{
		display:none;
	}
	
}
