@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
/* animations */
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.animated {
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
a:hover{
    text-decoration: none;
}
:focus-visible {
    outline: none;
}
:focus {
    outline: none !important;
    border: none !important;
}
h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Poppins', sans-serif;
}
section.top_header {
 
    padding-bottom: 120px;
} 
img.bg_main_header {
    position: absolute;
    width: 100%;
    z-index: -1;
}


nav.navbar {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}
.static-btns a.top-phone {
    margin-right: 5px;
}
.static-btns a.solid-btn {
    padding: 12px 25px!important;
}
.static-btns a {
    margin-left: 15px;
    padding: 10px 25px!important;
    font-weight: 600;
    color: #1C1C1C;
    cursor: pointer;
}
.solid-btn {
    display: inline-block;
    font-weight: 600;
    color: #1C1C1C;
    background-color: #FED23B;
    font-size: 14px;
    border-radius: 22px;
    text-decoration: none;
    padding: 8px 25px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
}
.outline-btn {
    display: inline-block;
    font-weight: 600;
    color: #191300;
    font-size: 14px;
    border-radius: 22px;
    text-decoration: none;
    background-color: transparent;
    padding: 7px 25px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: 2px solid #1C1C1C;
    color: #1C1C1C!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
 
.header_content {
    margin-top: 90px;
}
.banner_heading h1 {
    font-size: 70px;
    font-weight: 700;
    color: #1C1C1C;
}
span.color_change{
    color: #FEB83E;
}
.banner_heading p {
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    color: #1C1C1C;
    margin-top: 15px;
 
}
a.project_btn {
    color: #fff;
    text-decoration: none;
    background: #1c1c1c;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 27px;
}
a.project_btn:hover {
    background: #feb83e;
    color: #1c1c1c;
}
a.project_btn img {
    margin-left: 30px;
}
a.project_btn:hover img {
  filter: brightness(0.1);
}
.view_more button:hover{
    background: #feb83e;
    color: #1c1c1c;
}
.view_more button:hover img {
    filter: brightness(0.1);
  }
  button.submit_btn:hover{
    background: #feb83e;
    color: #1c1c1c !important;
}
.solid-btn:hover{
    color: #ffff !important;
    background: #1C1C1C;
}
.outline-btn:hover {
    transform: translateY(-3px);
}
.banner_heading button {
    margin-top: 20px;
}
.logo_box {
    position: relative;
    margin-top: 80px;
    background: #fff;
    box-shadow: 0px 10px 20px #00000020;
    border-radius: 50px;
    padding: 20px 30px 20px 30px;
    column-count: 5;
    overflow: hidden;
}
button {
    background: none;
}
.logo_box:after {
    content: '';
    background-image: url(../img/logo_icon.svg);
    height: 100%;
    width: 22%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
}
.logo_box_inner{
    display: flex;
    justify-content: center;
    z-index: 999;
    position: relative;
}
.logo_box_inner h3 {
    font-size: 37px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px !important;
}
.logo_box_inner h3 span {
    font-size: 24px;
}
.seconf_head {
    padding-top: 70px;
  
}
.box_number_inner {
    padding: 20px 15px;
    min-height: 290px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 20px #00000020;
}
.box_number_inner h3 {
    font-size: 34px;
    font-weight: 700;
}
.box_number_inner h2 {
    font-size: 20px;
    color: #FEB83E;
    margin-top: 15px;
    font-weight: 600;
}
.box_number_inner p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #1c1c1c;
}
.tab_section{
    position: relative;
    z-index: 9;
}
 .tab_section_right_bg {
  
    display: block;
 
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}  
.tab_section_left_bg {  
    display: block; 
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 7%;
    z-index: -1;
    top: 20%;
}  
.price_tabs {
    margin-top: 50px;
}
.price_tabs div#nav-tab {
    justify-content: center;
    border: none;
}
.price_tabs div#nav-tab button {
    margin: 0px 15px;
}
.price_tabs div#nav-tab .nav-link {
    color: #1C1C1C;
    padding: 14px 40px;
    font-weight: 600;
    border: none;
    font-family: 'Poppins';
    font-size: 16px;
    border-radius: 30px !important;
    background: #FEB83E;
}
.price_tabs div#nav-tab .nav-link:hover {
    color: #fff;
    background-color: #1C1C1C;
}
.price_tabs div#nav-tab .nav-link.active {
    color: #fff;
    background-color: #1C1C1C;
}
.price_tabs div#nav-tabContent {
    margin-top: 70px;
}
.price_box_bg {
    background: #ffff;
    box-shadow: 0px 10px 20px #00000020;
    border-radius: 20px;
    padding: 30px 10px;
    margin: 40px 0px;
}
.price_box {
    padding: 20px 30px;
}
.price_box h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.price_tag {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.price_tag h2 {
    font-size: 55px;
    font-weight: 700;
 
}
.price_tag h3 {
    font-weight: 400;
    font-size: 26px;
 
}
.border_left_box {
    position: relative;
   
}
.border_left_box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(0deg, #707070, #707070 9px, transparent 7px, transparent 16px);
}
.price_content {
    height: 230px;
    overflow-y: scroll;
    margin-top: 20px;
}
.price_content {
    height: 188px;
    overflow-y: scroll;
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
}
.price_content p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #1C1C1C;
    padding-right: 20px;
 
}
.price_content p:before {
    content: '▶';
    position: absolute;
    left: 0px;
    color: #FEB83E;
}
.price_content::-webkit-scrollbar {
    width: 5px;
  }
  
 
  .price_content::-webkit-scrollbar-track {
    background: #707070;
 
    border-radius: 20px;
 
  }
  
 
  .price_content::-webkit-scrollbar-thumb {
    background: #FEB83E;
    
    border-radius: 20px;
  }
  .order_btn_price {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.order_btn_price a {
    color: #fff !important;
    background: #1c1c1c;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 27px;
}
.order_btn_price a img {
    margin-left: 10px;
}
.order_btn_price a:hover {
    transform: translateY(-3px);
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.tool_tips{
    cursor: pointer;
    margin-left: 10px;
}
.price_box:hover p:before {
    color: #1c1c1c;
    transition: 0.7s linear;
}
.icon_box_section {
    position: relative;
    background-image: url(../img/icon_box_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10%;
 
    padding-top: 250px;
}
.icon_box_dot_bg {
    position: absolute;
    top: 16%;
    left: 47%;
}
.icon_boxx_left_bg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.icon_box_content h2 {
    font-size: 20px;
    color: #FEB83E;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.icon_box_content p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #1c1c1c;
}
.icon_box {
    margin-bottom: 25px;
    padding: 45px 30px;
    background: #fff;
    box-shadow: 0px 10px 20px #00000020;
    border-radius: 20px;
}
.icon_box_icon {
    margin-bottom: 20px;
}
.portfolio_section {
    padding: 50px 0px;
    position: relative;
}
.portfolio_tabs {
    border: none;
    z-index: 999999;
    margin-top: 25px;
    position: relative;
}
.portfolio_tabs .nav-link {
    padding: 14px 40px;
    font-weight: 600;
    border: none;
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    border-radius: 30px !important;
    background: #1c1c1c;
    margin-right: 15px;
}
.portfolio_tabs .nav-link:hover{
    color: #1c1c1c;     
    background: #FEB83E;
    transition: 0.3s ease-in-out;
}
.portfolio_tabs .nav-link.active {   
    color: #1c1c1c;     
    background: #FEB83E;
}
.logo_portfolio_tab {
    margin-top: 80px;
}
.logo_portfolio_box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1C1C1C;
    margin-top: 20px;
}
.logo_portfolio_box p {
    color: #1C1C1C;
    font-size: 14px;
}
.logo_portfolio_box {
    margin-bottom: 100px;
}
.next_margin {
    margin-top: 100px;
    display: flex;
    justify-content: end;
}
.hidden {
    display: none;
}
.hidden1 {
    display: none;
}
.webhidden {
    display: none;
}
.webhidden1 {
    display: none;
}
.mobhidden {
    display: none;
}
.mobhidden1 {
    display: none;
}
.view_more button {
    background: #1c1c1c;
    padding: 13px 60px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    border-radius: 27px;
}
.view_more button img {
    margin-left: 15px;
}
.portfolio_section_right_bg {
    right: 0;
    position: absolute;
    top: 20%;
}
.portfolio_section_Left_bg {
    position: absolute;
    bottom: -6%;
    left: 3%;
}
.image_box_section {
    padding-top: 100px;
    margin-top: 30px;
    position: relative;
}
img.package_bg {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}
.image_box{
    position: relative;
    margin-bottom: 60px;
}
.image_box_bg {
    height: 291px;
    width: 100%;
    background-color: #0E1624;
    display: block;
    border-radius: 20px;
}
img.package {
    position: absolute;
}
.image_box_content h2 {
    font-size: 20px;
    font-weight: 600;
}
.image_box_content p {
    color: #1C1C1C;
    font-size: 14px;
}
.width_85 {
    width: 77%;
}
.image_box_content {
    width: 80%;
    background: #fff;
    box-shadow: 0px 10px 20px #00000020;
    padding: 40px 20px 20px 20px;
}
.package {
    transition: 1s;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}
.package1 {
    top: -25%;
} 
.package2 {
    top: 10%;
    right: -10%;
}
.package3 {
    top: -10%;
}
.package4 {
    top: -24%;
}
.package5 {
    top: -17%;
}
.package6 {
    top: -10%;
}
.package7 {
    top: -10%;
}
.package8 {
    top: -10%;
}
.image_box:hover .package {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.left_side {
    margin-top: 130px;
}
.image_box_content a {
    color: #1c1c1c;
    font-weight: 600;
}
.image_box_content a:hover{
    text-decoration: none;
}
.image_box_content a img {
    margin-left: 15px;
    transition: 0.6s;
}
.image_box_content a:hover img {
    margin-left: 20px !important;
    transition: 0.6s;
}
section.yellow_bg_section {
    margin-top: 40px;
    background: #FEB83E;
    padding: 60px 0px;
}
section.white_bg_section {
 
    padding: 60px 0px;
}
.yello_bg_content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1C1C1C;
}
.yello_bg_content p {
    color: #1C1C1C;
}
.white_bg_content h2 {
    font-size: 70px;
    font-weight: 700;
    color: #1C1C1C;
}
.white_bg_content p {
    color: #1C1C1C;
}
.white_bg_btn {
 
        justify-content: center;
        display: flex;
    padding: 20px 0px;
}
a#myLauncher {
    cursor: pointer;
}
.white_bg_btn a {
    color: #fff !important;
    background: #1c1c1c;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 27px;
    margin: 0px 15px;
}
.white_bg_btn a:hover {
    color: #1c1c1c;
    background: #FEB83E;
    transition: 0.5s;
    font-weight: 500;
}
.testimonial_section {
    background: #1c1c1c;
    padding: 60px 0px 20px 0px;
}
.testimonial_heading h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}
.inverted_comma {
    position: relative;
}
.inverted_comma p{
    color: #fff;
    text-align: center;
    padding: 30px 70px;
}
.inverted_comma:before {
    content: '"';
    color: #FEB83E;
    font-size: 101px;
    top: 7%;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    font-family: 'Poppins';
}
.inverted_comma::after {
    content: '"';
    color: #FEB83E;
    font-size: 101px;
    bottom: -5%;
    right: 0;
    line-height: 0;
    font-weight: 700;
    position: absolute;
    font-family: 'Poppins';
}
.aurthor_section {
    display: flex;
    
}
.aurthor_content h3 {
    color: #FEB83E;
    font-size: 16px;
    margin-bottom: 2px;
}
.aurthor_content p {
    color: #fff;
    margin-bottom: 7px;
}
.aurthor_content{
    margin-left: 20px;
    align-self: center;
}
.testimonial_slider button.slick-prev {
    display: none !important;
}

.testimonial_slider button.slick-next {
    display: none !important;
}
.testimonial_slider ul.slick-dots button{
    display: none;
}
ul.slick-dots li{
    margin-right: 25px;
    cursor: pointer;
 
}
 
ul.slick-dots li::marker {
    cursor: pointer;
    content: "\f068";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}

ul.slick-dots li.slick-active::marker{ 
    color: #FEB83E !important;
}
ul.slick-dots {
    margin-left: 35px;
    display: flex !important;
}
.middle{
    align-self: center;
}
.award_icon {
  
        text-align: center;
   
    margin-top: 20px;
}
.contact_us_section {
    padding: 70px 0px;
}
.contact_bg {
    padding: 50px 40px;
    background: #F8F8F7;
    border-radius: 20px;
    box-shadow: 0px 10px 20px #00000016;
}
.contact_bg h2 {
    text-align: center;
    font-weight: 600;
    font-size: 51px;
}
.input_fields {
    column-count: 3;
}
.input_group input {
    font-family: 'Poppins', sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #707070;
}
.input_group input::placeholder{
    font-family: 'Poppins', sans-serif;
    color: #1C1C1C;
    font-size: 16px;
}
.input_group textarea {
    font-family: 'Poppins', sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding: 9px 20px;
    resize: none;
    border: 1px solid #707070;
}
.input_group textarea::placeholder{
    font-family: 'Poppins', sans-serif;
    color: #1C1C1C;
    font-size: 16px;
}
.contact_us_form {
    margin-top: 40px;
}
button.submit_btn  {
    background: #1c1c1c;
    padding: 13px 35px;
    color: #fff !important;
    border-radius: 27px;
}
.footer{
    padding-bottom: 30px;
}
.footer .hr {
    height: 1px;
    width: 90%;
    background-color: #1C1C1C;
    margin: 35px auto 40px auto;
}
.footer .bottom ul {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}
.footer .bottom ul li a{
    color: #1c1c1c;
}
.footer .bottom ul li {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    margin: 0 5px;
}
p.copyright-line {
    font-size: 14px;
    color: #1c1c1c;
    line-height: 22px;
    margin-top: 20px;
}
.copyright-line a{
    color: #1c1c1c;
}
.footer .disclaimer p {
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1c;
}
.footer .disclaimer p.headline {
    margin-bottom: 30px;
    font-weight: 700;
}
.right_margin {
    display: flex;
}
.ontab_none {
  display: none
}
.model_form input {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #FFf !important;
    border: none;
    padding: 30px 20px 10px 20px;
    background: transparent;
    text-align: center;
    color: #fff;
}

.model_form textarea {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #FFf !important;
    border: none;
    padding: 30px 20px 10px 20px;
    background: transparent;
    text-align: center;
    color: #fff;
    resize: none;
}
#exampleModalCenter .modal-content{
    border-radius: 10px;
}
.model_form input::placeholder {
    color: #fff !important;
}
.model_form textarea::placeholder {
    color: #fff !important;
}
#exampleModalCenter .modal-body{
    background-color: #FEB83E;
    padding-bottom: 30px;
    border-radius: 10px;
    position: relative;
   
}
.model_main_form {
    
   
    border-radius: 10px;
    width: 80%;
}
#exampleModalCenter .modal{
background: #0000004d;
}
button.btn_submit_popup {
    padding: 12px 50px;
    border-radius: 50px;
     font-weight: 600;
    border: none;
    font-size: 18px;
    margin-top: 35px;
    background: #1c1c1c;
    color: #fff;
}
button.btn_submit_popup:hover {
 
    background: #333;
    color: #fff;
}
 #exampleModalCenter button.close {
    position: absolute;
    right: 4% ;
    color: #fff;
    box-shadow: none !important;
    text-shadow: 0 0 0 #fff !important;
    opacity: 1;
}
#exampleModalCenter button.close span:focus-visible {
    outline: 0px !important;
}
#exampleModalCenter button.close:focus-visible {
    outline: 0px !important;
}
.logo_portfolio_box img {
    border-radius: 20px;
}
/* Responsive */

@media screen and (max-width: 1200px){
.container {
    max-width: 95%;
}
.box_number_inner {
 
    min-height: 319px;
}
.tab_section_right_bg{
    display: none !important;
}
.price_tag h3 {
    font-weight: 400;
    font-size: 20px;
}
.price_tag h2 {
    font-size: 45px;
    font-weight: 700;
}
.logo_portfolio_box img {
    width: 100%;
}
}
@media screen and (max-width: 1025px){
    .logo_box_inner h3 {
        font-size: 30px;
    }
    .logo_box_inner h3 span {
        font-size: 20px;
    }
    .logo_box:after {
         width: 23%;
    }
    .logo_box_inner img {
        width: 100%;
    }
    .box_number_inner br {
        display: none;
    }
    .banner_heading br{
        display: none;
    }
    .icon_box_dot_bg{
        display: none;
    }
    .icon_box_section {
        margin-top: 0%;  
        padding-top: 50px;
    }
    .icon_box {
 
        padding: 33px 20px;
    }
    .icon_boxx_left_bg{
        display: none;
    }
    .portfolio_section_right_bg{
        display: none;
    }
    .portfolio_section_Left_bg{
        display: none;
    }
    .width_85 {
        width: 85%;
    }
    .white_bg_content br {
            display: none;
    }
}
@media screen and (max-width: 992px){
    .tab_section_left_bg{
        display: none;
    }
.banner_heading h1 {
    font-size: 45px;
}
.testimonial_heading h2 {
    font-size: 45px;
}
.white_bg_content h2 {
    font-size: 45px;
 
}
.banner_heading p {
    font-size: 20px;
}
a.project_btn {
    padding: 12px 25px;
}
.header_content {
    margin-top: 50px;
}
.logo_box_inner h3 {
    font-size: 25px;
}
.logo_box_inner h3 span {
    font-size: 17px;
}
.box_number_inner {
    margin-bottom: 30px;
    padding: 50px;
    min-height: auto;
}
.seconf_head {
    padding-top: 50px;
}
section.top_header {
    padding-bottom: 50px;
}
.price_box {
    padding: 20px 10px;
}
.price_tag h2 {
    font-size: 40px;
    font-weight: 700;
}
.price_tag h3 {
    font-weight: 400;
    font-size: 18px;
}
.price_box h4 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}
.image_box_section {
    padding-top: 50px;
}
.width_85 {
    width: 100%;
}
.package2 {
    right: 0%;  
}
.package img {
    width: 60%;
}
.image_box_bg {
 
    display: flex !important;
    align-items: center;
 
}
.package{
    top: 0 !important;
    position: relative;
}
.testimonial_box_img img {
    width: 75%;
}
}
@media screen and (max-width: 768px){
.container {
    max-width: 90%;
}
.mob_header {
    margin-top: 30px;
}
.navbar-brand {
    width: 25%;
}
.static-btns {
    width: 70%;
    display: inline-block;
    text-align: right;
}
.static-btns a.top-phone {
    margin-right: 0;
    font-size: 12px;
}
.static-btns a.solid-btn {
    padding: 10px 30px!important;
    font-size: 12px;
}
.static-btns a {
    margin-left: 0;
    padding: 8px 30px!important;
    font-size: 12px;
}
.static-btns li.nav-item {
    display: inline-block;
}
.static-btns li.nav-item:first-child {
    width: 100%;
}
.price_box_bg {
    margin: 40px 70px;
}
.border_left_box:before {
background: none;
}
.border_left_box_mob {
    position: relative;
}
.border_left_box_mob:before {
    content: "";
    position: absolute;
    width: 87%;
    left: 7%;
    height: 1px;
    background-image: repeating-linear-gradient(36deg, #707070, #707070 9px, transparent 7px, transparent 16px);
}
.banner_heading p {
    font-size: 14px;
    line-height: 26px;
}
.price_tabs div#nav-tab .nav-link{
    margin-bottom: 10px;
}
.banner_heading{
    text-align: center;
}
.banner_heading h1 {
    font-size: 27px;
}
.testimonial_heading h2 {
    font-size: 27px;
    text-align: center;
}
.inverted_comma p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 30px 40px;
}
.inverted_comma:before {
    
    font-size: 60px;
}
.image_box_content a {
 
    font-size: 14px;
}
.image_box_content h2 {
    font-size: 16px;
    font-weight: 600;
}
.image_box_content {
    width: 80%;
    background: #fff;
    box-shadow: 0px 10px 20px #00000020;
    padding: 40px 10px 20px 10px;
}
.white_bg_content h2 {
    font-size: 27px;
 
}
.white_bg_content p{
    font-size: 14px;
}
.price_tag {
    display: flex;
    justify-content: center;
    
}
.price_tag h3 {
    font-weight: 400;
    font-size: 16px;
    margin-left: 15px;
}
.white_bg_btn a {
    padding: 9px 28px;
    font-size: 14px;
    margin: 0px 5px;
}
.icon_box {
    text-align: center;
}
.price_tag h2 {
    font-size: 35px;
    font-weight: 700;
}
.price_content p br {
    display: none;
}
.portfolio_tabs .nav-link{
    margin-bottom: 10px;
}
.right_margin {
    display: flex;
    justify-content: center;
}
.next_margin{
    justify-content: center;
    margin-top: 0px;
}
.logo_portfolio_box {
    text-align: center;
    margin-bottom: 50px;
}
.view_more button {
    font-size: 14px;
    padding: 11px 38px;
}
.portfolio_section {
    padding: 30px 0px;
    position: relative;
}
.left_side {
 margin-top: 0px; 
}
.images_boxes_row {
    margin-top: 30px;
}
.image_box_content {
    text-align: center;
}
.yello_bg_content h2 {
    font-size: 27px;
    font-weight: 700;
    color: #1C1C1C;
}
.yello_bg_content p{
    font-size: 14px;
}
.package img {
    width: 48%;
}
.width_85 {
    width: 65%;
}
.image_box {
    margin-bottom: 50px;
}
 
.white_bg_btn {
  
    padding: 10px 0px;
}
.btnss {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
section.white_bg_section {
    padding: 40px 0px 20px 0px;
}
.testimonial_box_img{
    display: none;
}
.testimonial_section {
    background: #1c1c1c;
    padding: 40px 0px 20px 0px;
}
section.top_header {
    padding-bottom: 0px;
}
/* .banner_heading {
    margin-bottom: 50px;
} */
.input_fields {
    column-count: 1;
}
.contact_bg h2 {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
}
.on_mob_none {
    display: none;
}
.logo_box:after{
    display: none;
}
.logo_box {
    padding: 15px 20px 15px 20px;
    column-count: 4;
    margin-top: 0;
}
.ontab_none {
    display: block;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.ontab_none h3.text-center {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    background-color: #feb83e;
    margin-bottom: 0;
    width: 250px;
    margin: 0 auto;
    float: none;
    display: block;
    padding: 8px;
    border-radius: 25px 25px 0px 0px;
}
a.project_btn {
    padding: 10px 19px;
    font-size: 14px;
}
.box_number_inner {
 
    padding: 30px;
 
}
.box_number_inner h2 {
    font-size: 18px;
    
}
.box_number_inner p {
    font-size: 13px;
 
}
.price_tabs {
    margin-top: 20px;
}
.seconf_head{
    margin-bottom: 20px;
}
.price_tabs div#nav-tab button {
    margin: 0px 5px;
}
.price_tabs div#nav-tab .nav-link {
    
    padding: 10px 31px;
   
    font-size: 14px;
 
}
.price_tabs div#nav-tabContent {
    margin-top: 40px;
}
.portfolio_tabs .nav-link {
    padding: 10px 31px;
   
    font-size: 14px;
}
.portfolio_tabs{
    display: flex;
    justify-content: center;
}
.logo_portfolio_tab {
    margin-top: 40px;
}
.contact_bg {
    padding: 50px 15px;
}
}
@media screen and (max-width: 575px){
    .price_box_bg {
        margin: 40px 50px;
    }
    .width_85 {
        width: 90%;
    }
    .input_group input {
 
        font-size: 14px;
 
        height: 45px;
 
        padding: 9px 10px;
 
    }
    .input_group input::placeholder{
 
        font-size: 14px;
    }
    .input_group textarea {
 
        font-size: 14px;
 
        height: 45px;
 
        padding: 9px 10px;
 
    }
    .input_group textarea::placeholder{
 
        font-size: 14px;
    }
}
@media screen and (max-width: 525px){
    .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
    }
.navbar-brand img {
    width: 50%;
}
.static-btns {
    width: 100%;
    display: inline-block;
    text-align: center;
}
section.top_header .banner_heading {
    margin-bottom: 50px;
}
.box_number_inner {
  
    padding: 40px 30px;
   
}
.inverted_comma p {
    color: #fff;
    text-align: center;
    padding: 30px 40px;
}
}
@media screen and (max-width: 525px){
    .price_box_bg {
        margin: 40px 0px;
    }
}
@media screen and (max-width: 385px){
    .white_bg_btn {
      display: block;
    }
}