* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Muli', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    color: #606060;
    font-family: 'Muli', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1b1e;
    margin: 0;
    font-weight: 800;

}
a,
a:hover,
a:focus, 
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus, 
button:hover{
    color: #fe4c1c;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.button_second {
    border: 1px solid #43baff;
    background: #43baff;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 30px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 32px rgb(67, 186, 255, 0.5);
}
.button_second img{
    margin-top: -2px !important;
    padding-left: 10px;
    width: 30px;
}
.button_second:hover{
    background: #fe4c1c;
    color: #ffffff;
    border: 1px solid #fe4c1c;
}


.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}
.particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}




/*----- Button Style-----*/
.swin-btn.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}
.swin-btn.active:hover{
    background: #cf7500;
    color: #ffffff;
     border: 1px solid #cf7500;
}
.swin-btn{
    line-height: 58px;
    padding: 0px 35px;
    height: 60px;
    background: #fe4c1c;
    border: 1px solid #fe4c1c;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
    box-shadow: 0 0 40px rgb(254, 76, 28, 0.5);
    font-weight: 700;
}
.swin-btn img{
    padding-left: 10px;
}
.swin-btn:hover{
    background: #43baff;
    border: 1px solid #43baff;
    color: #ffffff;
}





.section_title{
    text-align: center;
    width: 65%;
    margin: 0px auto 40px;
}
.section_title span{
    font-size: 15px;
    color: #fe4c1c;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.section_title span:after, .section_title span:before {
    position: absolute;
    content: "";
    background: #fe4c1c;
    height: 1px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.section_title span:before{
    left: -85px;
}
.section_title span:after{
    right: -85px;
}
.section_title h2{
    font-size: 40px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 30px;
}
.section_title p {
    width: 80%;
    margin: 15px auto 0;
}




/*=========={ Header Section }==============*/
header {
    background-image: url("../images/home_banner.jpg");
    min-height: 930px;
    background-size: cover;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.header_wrapper a.scroll_down {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
header .navbar .navbar-brand{
    padding-top: 0;
    padding-right: 30px;
}
header .navbar {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
        color: #ffffff;
    font-size: 15px;
    padding: 0px 21px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #fe4c1c;
}
header .navbar .contact_number:hover{
    background: #fe4c1c;
} 
header .navbar .contact_number {
    font-weight: 400;
    margin-left: 50px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #666fc9;
    transition: all 0.3s ease-in-out;
}
.header .navbar .contact_number i{
    color: #fe4c1c;    
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    font-size: 18px;
}
header .navbar .contact_number:hover i{
    color: #ffffff;
}
.header_wrapper{
    position: relative;
}
.header_wrapper .intro-wrapper {
    text-align: left;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.header_wrapper .intro-wrapper .intro-text{
    padding-top: 90px;
}
.header_wrapper .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}
.header_wrapper .intro-wrapper .intro-text span{
    display: inherit;
    margin: 0px 0 5px;
        font-size: 45px;
    color: #cf7500;
    display: none;
}
.header_wrapper .intro-wrapper .intro-text h1 {
    font-weight: 800;
    margin-bottom: 36px;
        font-size: 75px;
    color: #ffffff;
}
.header_wrapper .intro-wrapper .intro-text p{
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding-right: 50px;
}
.header_wrapper .intro-wrapper .intro_banner img{
    padding-top: 50px;
}

/*-------- Inner Header --------*/
.header_wrapper.inner header{
        background-image: url("../images/home_banner_inner.jpg");
    min-height: 530px;
}
.header_wrapper.inner .intro-wrapper .intro-text p{
    display: none;
}
.header_wrapper.inner .intro-wrapper .intro-text{
    text-align: center;
}
.header_wrapper.inner .intro-wrapper .intro-text h1 {
    font-weight: 800;
    margin-bottom: 36px;
    font-size: 60px;
    text-transform: uppercase;
}
.header_wrapper.inner .intro-wrapper img {
    display: none;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn {
    margin-top: 0;
        line-height: 0;
    padding: 0 40px 0  0;
    height: 0;
    border: none !important;
    font-size: 25px;
    font-weight: 400;
    position: relative;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:hover{
    color: red;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:before{
    position: absolute;
    content: "//";
    font-size: 25px;
    right: 10px;
    top: 2px;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:last-child{
    padding: 0;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:last-child:before{
    display: none;
}






/*========== Services Block =========*/
.services_block.style-one {
    padding: 100px 0 50px;
}
.services_block.style-one .section_title p{
    display: none;
}
.services_block.style-one .analytics_item {
    padding: 45px 30px;
    box-shadow: 3px 0 65px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
}
.block_single:nth-child(even) .analytics_item{
  border-radius:  0 25px 0 25px;
  position: relative;
}
.block_single:nth-child(even) .analytics_item:before{
  position: absolute;
  content: "";
  background: #40b2f4;
  height: 2px;
  width: 95%;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.block_single:nth-child(odd) .analytics_item{
  border-radius: 25px 0 25px 0;
  position: relative;
}
.block_single:nth-child(odd) .analytics_item:before{
  position: absolute;
  content: "";
  background: #40b2f4;
  height: 2px;
  width: 95%;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.services_block.style-one .analytics_item:hover:before {
    background: #e7471a;
}
.services_block.style-one .analytics_item img{
    margin-bottom: 40px;
}
.services_block.style-one .analytics_item h5{
    margin-bottom: 20px;
}
.services_block.style-one .analytics_item h5 a {
    text-decoration: none;
    font-weight: 700;
    color: #212529;
    font-size: 25px;
}
.services_block.style-one .analytics_item p {
    color: #212529;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.services_block.style-one .analytics_item i {
    margin-bottom: 35px;
    transition: all 0.3s ease-in-out;
    font-size: 50px;
    color: #dd9933;
}
.services_block.style-one .analytics_item:hover .go_link i {
    padding-left: 10px;
    font-size: 18px;
}
.services_block.style-one {
    text-align: center;
}
.services_block.style-one .go_link{
    display: none;
}
.services_block.style-one .analytics_item:hover i {
    color: #212529;
}
.services_block.style-one .services_block_content p{
    font-size: 18px;
    line-height: 30px;
    padding: 0 7%;
}
.services_block.style-one.services {
    padding: 100px 0;
}
.services_block.style-one .services_block_content .button_second {
    margin-top: 25px;
}










/*======= Who We Are ========*/
.who-we-are{
    padding: 30px 0px 130px;
    background: #ffffff;
}
.who-we-are .section_title{
    text-align: left;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.who-we-are .section_title span{
    margin-left: 85px;
}
.who-we-are .section_title p{
    width: 100%;
}
.who-we-are .who-we-banner {
    padding-left: 100px;
    position: relative;
    display: inline-block;
}
.who-we-are .who-we-banner img {
    border: 80px solid #fe4c1c;
    border-radius: 50%;
}
.who-we-are .who-we-banner:before {
    position: absolute;
    content: "";
    background: #43baff;
    height: 80px;
    width: 80px;
    bottom: 0;
    left: 100px;
    border-radius: 50%;
}
.who-we-are .who-we-banner:after {
    position: absolute;
    content: "";
    background: #1d119f;
    height: 45px;
    width: 45px;
    top: 45px;
    right: 45px;
    border-radius: 50%;
}
section.who-we-are.about{
    padding: 100px 0px 0px;
}
section.who-we-are.about .sec_title{
    margin-top: 30px;
}
section.who-we-are.about .section_title h2 {
    padding-bottom: 10px;
}







/*======= Our Gallery Style ========*/
.theme-one.gallery_area.style-three {
    padding: 100px 0;
}
.theme-one.gallery_area .section_title span {
    margin-left: 85px;
}
.theme-one.gallery_area .full_gallery_view{
    display: flex;
    justify-content: space-between;
}
.theme-one.gallery_area .full_gallery_view .section_title{
    margin: 0;
    text-align: left;
}
.theme-one.gallery_area .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
}
.theme-one.gallery_area .full_gallery_view .btn-primary{
    margin-top: 25px;
}
.theme-one.gallery_area.style-three .filter-buttons{
    padding: 0 0 45px;
    padding-left: 25px;
}
.theme-one.gallery_area.style-three .filter-buttons button.button {
    font-size: 18px;
    background: transparent;
    border: none;
    padding-left: 20px;
    outline: none;
    cursor: pointer;
    margin-right: 29px;
    position: relative;
}
.theme-one.gallery_area.style-three .filter-buttons button.button span{
    position: absolute;
    top: -11px;
    right: -11px;
    display: none;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked{
    color: #fe4c1c;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked span{
    display: block;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked:before{
    position: absolute;
    top: 50%;
    left: -10px;
    height: 9px;
    width: 20px;
    content: "";
    background: url("../images/right_arrow_g.png");
    transform: translateY(-50%);
}
.theme-one.gallery_area.style-three p {
     display: none;
}
.gallery_area.style-three .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
/*.gallery_area.style-three .gallery-wrapper figure.big{
    width: 45%;
}*/
.gallery_area.style-three .gallery-wrapper figure {
    float: left;
    margin: 0 3px 6px;
    position: relative;
    overflow: hidden;
       width: 23.8%;
}

.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
/*.gallery_area.style-three .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.9);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}*/
.gallery_area.style-three .gallery-wrapper figure figcaption {
    flex-direction: column-reverse;
    display: flex;
    padding: 18px 30px;
    position: absolute;
    right: -50px;
    background: #fe4c1c;
    bottom: 40px;
    width: 250px;
    text-align: left;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    border-radius: 15px 0 0 15px;
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3 a{
    color: #ffffff;
}
.gallery_area.style-three .gallery-wrapper figure figcaption p{
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
}
.gallery_area.style-three .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: none;
}
.gallery_area.style-three .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-three .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    right: 0;
}/*
.gallery_area.style-three .gallery-wrapper figure:nth-child(1){
    width: 50%;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(1) {
    width: 50%;
    height: 402px;
} 
.gallery_area.style-three .gallery-wrapper figure:nth-child(4) {
    width: 24%;
    height: 400px;
} 
.gallery_area.style-three .gallery-wrapper figure:nth-child(4) img{
    height: 100%;
    width: auto;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(7), 
.gallery_area.style-three .gallery-wrapper figure:nth-child(8) {
    width: 24.7%;
    margin-top: -202px !important;
}

*/





/*========== Testimonial Section Style ==========*/
.testimonial {
    padding: 100px 0 ;
    background: #f0f6ff;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial .section_title{
    margin-bottom: 30px;
}
.testimonial .says_info {
    max-width: 352px;
    margin: 0px auto;
}
.testimonial .testimonial_single ul{
    justify-content: center;
    display: none !important;
}
.testimonial .testimonial_single ul li{
    color: #ffc107;
}
.testimonial .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px; 
}
.testimonial .testimonial_single.slick-current .reviewer_info {
    position: relative; 
    z-index: 9;
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img {

    transform: scale(1.5);
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single.slick-current .reviewer_info .reviewer {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 250px;
    left: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    bottom: -80px; 
}
.testimonial .testimonial_single p {
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 45px;
    font-style: italic;
}
.testimonial .testimonial_single .reviewer_info {
    margin: 0px auto; 
    position: relative;
}
.testimonial .testimonial_single .reviewer_info .member-img {
    height: 85px;
    width: 85px;
    overflow: hidden;
    border-radius: 50%;
    margin: 23px auto 30px; 
    position: relative;
}
.testimonial .testimonial_single .reviewer_info .member-img:before{
    background: #43baff;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img:before{
    opacity: 0;
}
.testimonial .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single .reviewer {

}
.testimonial .testimonial_single .reviewer h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial .testimonial_single .reviewer span {
    font-size: 15px;
    color: #fe4c1c;
    line-height: 30px; 
}
.testimonial ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}
.testimonial .says_info button.slick-prev.slick-arrow, 
.testimonial .says_info button.slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    filter: grayscale(100%);
}
.testimonial .says_info button.slick-prev.slick-arrow{
    background: url("../images/s_left_arrow.png");
    left: 0px;
}
.testimonial .says_info button.slick-next.slick-arrow{
    background: url("../images/s_right_arrow.png");
    right: 0px;
}
.testimonial .says_info button.slick-arrow:hover{
      filter: none;
}











/*========== Our Aproach Section Style ==========*/
.our_aproach {
    padding: 100px 0;
    background: #f0f6ff;
}
.our_aproach .section_title p{
    display: none;
}

.our_aproach .aproach_single .aproach_icon{
    margin: 0px auto 50px;
    background: #ffffff;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
}
.our_aproach .aproach_single .aproach_icon span{
    position: absolute;
    content: "";
    top: -5px;
    right: -5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: #fe4c1c;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
}
.our_aproach .aproach_single .aproach_title {
    padding-right: 25%;
}
.our_aproach .aproach_single .aproach_title h3{
    font-size: 25px;
    padding-bottom: 20px;
}
.our_aproach .aproach_single .aproach_title p{
    margin: 0;
}
.aproach_single.one{
    position: relative;
}
.our_aproach .aproach_single.two {
    padding-top: 50px;
    position: relative;
}
.our_aproach .aproach_single.three {
    padding-top: 100px;
}
.aproach_single .aproach_shape{
    position: absolute;
    top: 50px;
    right: -125px;
    width: 220px;
}
.aproach_single.two .aproach_shape{
    top: 125px;
}












/*========== Free Consultancy Contact ==========*/
.free_consultancy.contact{
    position: relative;
    background: #ffffff;
}
.free_consultancy.contact:before{
    position: absolute;
    content: "";
    background: #f0f6ff;
    height: 200px;
    width: 100%;
    left: 0;
    top: 0;
}
.free_consultancy.contact.about:before{
    display: none;
}
.free_consultancy.contact .section_title{
    margin: 0px auto 10px;
}
.free_consultancy.contact .section_title span,
.free_consultancy.contact .section_title h2{
    color: #ffffff;
}
.free_consultancy.contact .section_title span:before, 
.free_consultancy.contact .section_title span:after{
    background: #ffffff;
}
.contact .contact_form_wrapper {
    background: #1d119f;
    padding: 85px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.contact .contact_form_wrapper .form-group label{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #38455d;
    margin-bottom: 7px;
}
.contact .contact_form_wrapper .form-group {
    margin-bottom: 20px;
}
.contact .contact_form_wrapper .form-group input, 
.contact .contact_form_wrapper .form-group textarea,
.contact .contact_form_wrapper .form-group select {
    height: 50px;
    background: #3429aa;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    font-size: 15px;
    padding: 0 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.contact .contact_form_wrapper .form-group input:focus, 
.contact .contact_form_wrapper .form-group textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background: #3429aa;
    color: #ffffff;
}
.contact .contact_form_wrapper .form-group textarea {
    height: 120px;
    padding-top: 30px !important; 
    padding-left: 40px;
}
.contact .contact_form_wrapper .form-group textarea::placeholder{
    color: #ffffff;
}
.contact .contact_form_wrapper .form-group input.form-control::placeholder {
    color: #ffffff;
}
.contact .contact_form_wrapper .submit-btn{
    text-align: center;
}
.contact .contact_form_wrapper .submit-btn button {
    cursor: pointer;
    margin-top: 25px;
}








/*========= Contact Us (Contact Page) =========*/
section.contact.us{
    padding: 100px;
}
section.contact.us .container{
    max-width: 1230px;
}
section.contact.us .section_title{
    text-align: left;
    width: 100%;
}
section.contact.us .contact_form_wrapper .section_title h2{
    padding-bottom: 0px;
}
section.contact.us .contact_form_wrapper .swin-btn {
    box-shadow: 0 0 40px rgb(67, 186, 255, 0.3);
}
section.contact.us .section_title span{
    margin-left: 85px;
}
.contact.us .contact_form_wrapper {
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 0 25px 0 25px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    position: relative;
}
.contact.us .contact_form_wrapper:before{
    background: #ed481b;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 2px;
    width: 96%;
}
.contact.us .contact_form_wrapper .form-group input, 
.contact.us .contact_form_wrapper .form-group textarea, 
.contact.us .contact_form_wrapper .form-group select {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #606060;
    padding: 0 25px;
    border-radius: 0;
}
.contact.us .contact_form_wrapper .form-group input:focus, 
.contact.us .contact_form_wrapper .form-group textarea:focus,
.contact.us .contact_form_wrapper .form-group select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ffc6b8;
    background: #fffbfb;
}
.contact.us .contact_form_wrapper .form-group textarea::placeholder{
    color: #606060;
}
.contact.us .contact_form_wrapper .form-group input.form-control::placeholder {
    color: #606060;
}

section.contact.us  .contact_info .section_title{
    text-align: left;
    padding-right: 15%;
}
.contact.us .contact_info .info-wrapper .single_info {
    color: #606060;
    display: flex;
    margin-bottom: 60px;
}
.contact.us .contact_info .info-wrapper .single_info .info_text{
    display: inline-grid;
}
.contact.us .contact_info .info-wrapper .single_info .info_text h4{
    padding-bottom: 10px;
    font-size: 25px;
}
.contact.us .contact_info .info-wrapper .single_info .info_text span{
    font-size: 18px;
    line-height: 26px;
}
.contact.us .contact_info .info-wrapper .single_info .info_icon{
    padding-right: 30px;
}
.contact.us .contact_info .info-wrapper .single_info .info_icon i{
    height: 80px;
    width: 80px;
    border: 2px solid #43baff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #43baff;
    background: #ecf8ff;
    font-size: 32px;
}
.contact.us .contact_form_wrapper .submit-btn{
    text-align: left;
}
.contact.us .contact_form_wrapper .swin-btn {
    background: #43baff;
    border: 1px solid #43baff;
}
.google_map #map {
    -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    height: 700px;
    width: 100%; 
}

















/*========= Our Clients Area =========*/
.our_clients.style-one {
    padding: 100px 0; 
}

.our_clients.style-one .section_title p{
    display: none;
}
.our_clients.style-one .clients_logo{
    display: flex;
    justify-content: space-between;
}
.our_clients.style-one .clients_logo img{
    height: 30px;
}
















/*========== Footer Style CSS ==========*/
footer {
  background: #1d119f;
  padding: 80px 0;
  background-size: cover;
}
.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .subscribe_wrapper {
    display: none;
}
footer img.f_logo {
  margin-bottom: 20px;
  max-width: 150px;
}
footer ul li {
  color: #ffffff;
}
footer .footer_main_nav li a {
  color: #ffffff;
  font-weight: 700;    
  padding: 0 0 0 40px !important;
}
footer .footer_main_nav li a:hover{
    color: #fe4c1c;
}
footer ul.footer_main_nav li:first-child a{
    padding-left: 0;
}
footer .footer-title ul li i {
  padding-right: 10px;
  color: #fff;
}




footer .footer-bottom {
    padding: 40px 0px 0px;
}
footer .copy_links{
  display: flex;
}
footer .copy_links ul{
  display: none !important;
}
footer .footer-bottom p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding-right: 60px;
  line-height: 32px;
}
footer .footer-bottom ul li {
  padding-bottom: 0px;
  font-size: 15px;
}
footer .footer-bottom ul li a {
    padding: 0 15px 0 0;
    line-height: 15px;
}
footer .footer-bottom ul li:first-child {
  padding-left: 25px;
  border-left: 1px solid #ffffff;
}

footer .social_media {
    display: flex;
        float: right;
}
footer .social_media ul{

}
footer .icon-bottom {
  float: right;
  margin: 0;
}
footer .icon-bottom li {
  margin-right: 0px;
}
footer .footer-bottom .social_media ul li:first-child {
    padding-left: 15px;
    border:none;
}
footer .footer-bottom h5{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

footer .icon-bottom li i{
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
}
footer .icon-bottom li .fb{
    background: #3b5998;
}
footer .icon-bottom li .tw{
    background: #1da1f2;
}
footer .icon-bottom li .pin{
    background: #BB081D;
}
footer .icon-bottom li .youtube{
    background: #FF0000;
}






/*============ Our Discovery =============*/
.discovery {
    background: #ffffff;
    padding: 100px 0 ;
    position: relative;
    background-size: cover;
    z-index: 0;
}
.discovery .section_title {
    width: 100%;
    margin: 0 auto;
}
.discovery .section_title h2 {
    padding: 10px 20% 0;
}
.discovery .section_title p{
    width: 85%;
    margin-top: 24px;
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
}




.discovery .descovery_wrapper{
    display: flex;
    margin-top: 60px;
}
.discovery .descovery_wrapper .discovery_single{
    width: 33.33%;
    padding-left: 88px;
    position: relative;
}
.discovery .descovery_wrapper .discovery_single span{
    position: absolute;
    left: 0;
    color: #fe4c1c;
    top: 0;
    font-weight: 600;
}
.discovery .descovery_wrapper .discovery_single h4{
    padding-bottom: 20px;
    position: relative;
}
.discovery .descovery_wrapper .discovery_single h4:before{
    position: absolute;
    content: "";
    top: 14px;
    left: -60px;
    width: 40px;
    height: 1px;
    background: #fe4c1c;
}
.discovery .descovery_wrapper .discovery_single ul{
    padding-bottom: 0px;
}
.discovery .descovery_wrapper .discovery_single ul li{
    text-transform: uppercase;
    color: #1a1b1e;
    line-height: 32px;
}











/*============ Call to action =============*/
.call-to-action {
    background: #f0f6ff;
    padding: 100px 0 ;
    position: relative;
    background-size: cover;
    z-index: 0;
}
.call-to-action .section_title {
    width: 100%;
    margin: 0 auto;
}
.call-to-action .section_title h2{
    padding: 0 20%;
}

.call-to-action .section_title p{
    margin-top: 50px;
    padding: 0 ;
    margin-bottom: 0;
        font-size: 18px;
    line-height: 30px;
}



/*========= Our Team Style ==========*/
.our_team{
    text-align: center;
    padding: 100px 0;
}
.our_team .section_title {
    margin: 0px auto 0px;
}
.our_team .section_title p{
    display: none;
}
.our_team .our_team_wrapper p{
    font-size: 18px;
    line-height: 30px;
}
.our_team .our_team_wrapper img {
    padding: 10px 0 30px;
    width: 100%;
}







/*========= Web Development Css ==========*/
.web_development{
    padding: 100px 0;
}
.web_development .section_title{
    width: 100%;
    text-align: left;
    margin: 20px auto 10px;
}

.web_development .section_title span{
    margin-left: 85px;
}
.web_development .services_single {
    margin-bottom: 30px;
}
.web_development .services_point span{
    color: #fe4c1c;
    font-weight: 600;
    font-size: 15px;
}
.web_development .services_point h5{
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.web_development .services_point p{
    line-height: 24px;
}
.web_development .services_banner img{
    width: 100%;
    border-radius:  25px 0 25px 0;
    margin-bottom: 45px;
}
.web_development .services_text p{
    font-size: 18px;
    line-height: 30px;
    
}
.web_development .development_language{
    margin-top: 50px;
}
.web_development .development_language .single_language{
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 25px 15px 25px 25px;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 0 25px 0 25px;
    transition: all 0.3s ease-in-out;
}
.web_development .development_language .single_language:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 94%;
    background: #43baff;
    right: 0px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.web_development .development_language .single_language:hover:before{
   right: 21px;
}
.web_development .language_name {
    width: 80%;
    padding-left: 22px;
}
.web_development .development_language h5{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.web_development .development_language p{
    margin-bottom: 0px;
    line-height: 25px;
}
.web_development .development_language i{
    color: #ffffff;
    height: 50px;
    width: 50px;
    background: #43baff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.web_development .development_language .single_language:hover{
    border-radius:  25px 0 25px 0;
}
.web_development .development_language .single_language:hover i{
    background: #fe4c1c;
    color: #ffffff;
}





/*========= Featured Project Css ==========*/
.featured_project{
    background: #ffffff;
    padding: 0;
    position: relative;
}
.featured_project .section_title {
    margin: 0px auto 0px;
}
.featured_project:before{
    background: #f0f6ff;
    position: absolute;
    content: "";
    height: 110px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.featured_project .featured_wrapper{
    margin-top: 20px;
}
.featured_project .featured_wrapper img{
    width: 100%;
}















