@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;900&amp;display=swap');

body {
    font-family: 'Barlow', sans-serif !important;
    overflow-x: hidden !important;
}

h1 {
}


/*Changes*/

.button.header_btn .btn_yellow:hover {
    background: #245bcf;
    color: #fff;
}

.button.header_btn .btn_blue:hover {
    background: #070c20;
}

a.chat.tr_btn {
    border: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.textarea_auto textarea {
    color: #555;
}

ul.soc-icons {
    display: flex;
}

.footer ul li a:hover {
    color: #ffcd24;
}

.navbar_custom .navbar-nav>li>a:hover, .navbar_custom .navbar-nav>li>a:focus, .navbar_custom .navbar-nav>li.active-nav a{
    background: none !important;
    color: #245bcf;
    outline: none;
    border-bottom: 2px solid #245bcf;
}


/*Changes End*/


ul {
    padding: 0;
    margin: 0;
}
.mobile-top{display: none;}

.mt_50{
    margin-top: 50px;
}

.mt_20{
    margin-top: 20px;
}

.p_0{
    padding: 0px;
}

.top_bar {
    background-color: #000000;
    padding: 3px 0;
}

ul.socialicons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.socialicons li {
    list-style: none;
    margin: 0 20px 0 0 !important;
}

li.last {
    margin: 0 !important;
}

ul.socialicons li a {
    color: #ffcd24;
    font-size: 20px;
    transition-duration: .5s;
}

ul.socialicons li a:hover {
    text-decoration: none;
    color: #fff;
}

/*navigation*/

li.header_cta  {
    display: inline-block;
    padding: 10px 0px 10px 0px;
}

li.header_cta  a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    transition-duration: .5s;
    font-family: 'Montserrat', sans-serif !important;
}

li.header_cta  a i {
    margin: 0 10px 0 0;
}

li.header_cta  a:hover {
    color: #ffcd24 !important;
    text-decoration: none;
}

li.header_cta:first-child a {
    font-weight: 400;
}

.header_main_sec.sticky {
    position: absolute;
    top: 0;

    /*position: sticky;*/
    /*top: 0;*/
    /*background: rgba(255, 255, 255, 0.18);*/
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    /*backdrop-filter: blur(5.7px);*/
    /*-webkit-backdrop-filter: blur(5.7px);*/
}

.header_main_sec {
    width: 100%;
    padding: 0px 0 0px;    /* position: absolute; */
    z-index: 9999;    /* border-bottom: 1px solid; */
}

.header {
    margin: 0px;
    padding: 13px 0;
    float: left;
    width: 100%;
    background: #0f3a5d;
}

.header ul.pull-right {
    float: right;
    margin: 0px;
}

.header ul.pull-right li {
    float: left;
    list-style: none;
}

.header ul.pull-right li a {
    float: left;
    color: #fff;
    margin: 0 0 0 24px;
    font-size: 14px;
    font-weight: 500;
    transition-duration: .5s;
}

.nav_bar_right {
    float: right;
    margin: 3px 0 0;
}

.header ul.pull-right li a:hover {
    color: #f04749;
    text-decoration: none;
}

.nav_bar_right a {

    /* padding: 9px 40px 11px !important; */

    /* font-size: 18px !important; */
}


.navbar_custom ul.nav.navbar-nav {
    margin: 0 50px 0 0px;
}

.nav_bar_right a.tr_btn {
    color: #222222;
    border-radius: 7px;
    border: 1px solid;
    border-radius: 4px;
}

.nav_bar_right a.tr_btn:hover {
    color: #fff !important;
}

.logo {
    /*margin: 10px 0 0px 0px;*/
    /*padding: 0px;*/
    /*float: left;*/
    /*width: auto;*/
        position: 0px;
    top: 0;
    left: 0;
    z-index: 0;
}

.logo img {
    /*width: 100%;*/
        width: 100px;
}

.header_navbar {

/* margin: 0px 0 0 0; */

padding: 10px 0 0px;

float: left;

width: 100%;
}

.collapse.navbar-collapse {
    border: 0px;
    padding: 0;
}

.navbar_custom {
    float: none;
    margin: 0 auto;
    display: block;
    min-height: 0;
    border-top: 0px solid #000;
    /* border-radius: 0px; */
    /* position: relative; */
    padding: 0px 0 0;
    border-radius: 0;
    margin: 0 0 0px;
    float: right;
}

.navbar.navbar_custom:before {
    width: 1220px;
    content: "";
    height: 0px;
    background-color: #000;
    top: 0;
    position: absolute;
    display: none;
}

.navbar_custom #myNavbar {
    padding: 0 !important;
}

/*.header_btn .wht_btn {*/
/*color: #000;*/
/*font-size: 13px;*/
/*padding: 15px 0 25px 0px;*/
/*transition-duration: .5s;*/
/*text-transform: uppercase;*/
/*font-weight: 600;*/
/*border-bottom: 2px solid transparent;*/
/*margin: 0 25px 0 0;*/
/*font-family: 'Montserrat', sans-serif !important;*/
/*}*/
.header_btn .wht_btn {
    color: #000;
    font-size: 13px; /* Adjust font size as needed */
    padding: 5px 10px; /* Reduced padding for a thinner button */
    transition-duration: .5s;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin: 7px 10px; /* Adjusted margin for alignment */
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 0px 40px 40px 40px;
    line-height: 0.5; /* Adjust line-height if needed */
    /*background-color: #ffcd24; */
    /*border: 1px solid #ffcd24; */
}

.navbar_custom .navbar-nav>li>a {
    /*color: #000;*/
    color: #fff;
    font-size: 13px;
    padding: 15px 0 25px 0px;
    transition-duration: .5s;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin: 0 25px 0 0;
    font-family: 'Montserrat', sans-serif !important;
}

.navbar_custom .navbar-nav>li>a:hover,
.navbar_custom .navbar-nav>li>a:focus,
.navbar_custom .navbar-nav>li.active a {
    background: none !important;
    color: #245bcf;
    outline: none;
    border-bottom: 2px solid #245bcf;
}

.nav_bar_right ul {
    padding: 0;
    margin: 0;
    float: right;
}

.nav_bar_right ul li {
    display: inline-block;
    margin: -10px 0px 0 14px;
}

.nav_bar_right ul li a {

    /* color: #222222; */

    /* font-size: 16px; */

    /* transition-duration: .5s; */

    /* background: linear-gradient(to left, #fff 50%, #fd4b7a 50%); */

    /* background-size: 212%; */

    /* background-position: right bottom; */

    /* border: 0px solid #fff; */
}

.nav_bar_right ul li a:hover {
    color: #fff;
}

.header_btn  .btn_blue {
    background-color: #000000;
    /* font-size: 12px; */
    /* font-weight: 700; */
    color: #fff;
    text-align: center;
    padding: 11px 55px;
    margin: auto;
    border-radius: 0px 40px 40px 40px;
    font-weight: 700;
    font-size: 12px;
}

.header_btn {
    position: relative;
    /* right: 0; */
    top: 6px;
    display: inline-flex;
}

.header_btn a {
    display: table;    /* text-align: center; */
    font-family: 'Montserrat', sans-serif !important;
}

.header_btn a:hover {
    text-decoration: none;
}

.header_btn .btn_yellow {
    background-color: rgb(255, 205, 36);
    padding: 11px 55px;
    border-radius: 0px 40px 40px 40px;
    color: #434343;
    font-weight: 700;
    font-size: 12px;
}

/*btn Css*/
.blue_btn {
    background: linear-gradient(to left, #ffcd24 50%, #ffcd24 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all .5s ease;
    color: #fff;
    padding: 14px 40px 15px !important;
    border-radius: 0px 40px 40px 40px;    /* margin: 0 10px 0; */
    transition-duration: .5s;    /* border: 0px solid transparent; */
    font-size: 15px;    /* font-family: 'sofia_promedium'; */

    /* border: 1px solid #fff; */
    font-weight: 700;
    text-transform: uppercase;
}

.blue_btn:hover,
.blue_btn:focus {
    color: #000;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
    border: 0px solid #ffcd24;
}

.yellow_btn {
    background: linear-gradient(to left, #ffcd24 50%, #ffcd24 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all .5s ease;
    color: #fff;
    padding: 14px 40px 15px !important;
    border-radius: 0px 40px 40px 40px;    /* margin: 0 10px 0; */
    transition-duration: .5s;    /* border: 0px solid transparent; */
    font-size: 15px;    /* font-family: 'sofia_promedium'; */

    /* border: 1px solid #fff; */
    font-weight: 700;
    text-transform: uppercase;
}

.yellow_btn:hover,
.yellow_btn:focus {
    color: #000;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
    border: 0px solid #ffcd24;
}

.tr_btn {
    background: linear-gradient(to left, transparent 50%, #ffcd24 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all .5s ease;
    color: #fff;
    padding: 10.5px 40px 11px !important;
    border-radius: 0px 40px 40px 40px;    /* margin: 0 10px 0; */
    transition-duration: .5s;
    border: 2px solid #ffcd24;
    font-size: 16px;    /* font-family: 'sofia_promedium'; */
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.tr_btn:hover,
.tr_btn:focus {
    color: #222;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
    border: 2px solid #ffcd24;
}


.tr_btn_blue {
    background: linear-gradient(to left, transparent 50%, #ffcd24 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all .5s ease;
    color: #100c02;
    padding: 10.5px 40px 11px !important;
    border-radius: 0px 40px 40px 40px;    /* margin: 0 10px 0; */
    transition-duration: .5s;
    border: 2px solid #ffcd24;
    font-size: 16px;    /* font-family: 'sofia_promedium'; */
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.tr_btn_blue:hover,
.tr_btn_blue:focus {
    color: #fff;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
    border: 2px solid #ffcd24;
}

.price-bx:hover .tr_btn_blue {
    background: #000 !important;
    color: #fff;
}


.price-bx .bnr-btn {
    margin: -13px 0 30px;
}

.wht_btn {
    background: linear-gradient(to left, #ffcd24 50%, #222 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all .5s ease;
    color: #000;
    padding: 14px 40px 15px !important;
    border-radius: 0px 40px 40px 40px;    /* margin: 0 10px 0; */
    transition-duration: .5s;    /* border: 0px solid transparent; */
    font-size: 13px;    /* font-family: 'sofia_promedium'; */
    /* border: 1px solid #fff; */
    font-weight: 700;
    text-transform: uppercase;
}

.wht_btn:hover,
.wht_btn:focus {
    color: #fff;
    background-position: left bottom;
    text-decoration: none;
    background-size: 220%;
    border: 0px solid transparent;
}

/*btn Css*/
.title {
    margin: 0px 0 0px 0;
    padding: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.title span {
    display: table;
    width: 100%;
    color: #fe6b0c;
    font-size: 18px;
    margin: 0;
}

.title_sm {
    margin: 5px 0 10px 0;
    padding: 0px;
    width: 100%;
    font-size: 23px;
    font-weight: 400;
}

.title_sm span,
.title span {
    display: table;
    margin: 0px 0 15px 0;
    padding: 0px;
    width: 100%;
    font-size: 18px;
    color: #fe6b0c;
    font-family: 'Samsung Sharp Sans Medium';
    line-height: 20px;
}

.mrg_0 {
    margin: 0px;
}

.pd_0 {
    padding: 0px;
}

.clr_blk {
    color: #171717 !important;
}

.clr_blk_p {
    color: #000 !important;
}

.clr_gry {
    color: #989798 !important;
}

.clr_wht {
    color: #fff !important;
}

.clr_pur {
    color: #6f5567 !important;
}

.cn {
    text-align: center;
}

.title_para {
    font-size: 16px;
    margin: 30px 0 0;
    font-weight: 400;
}

.para {
    font-size: 16px;
    font-weight: 400;
}

.banner_main {
    background: url(../images/logo_collage_mockup.jpg);
    min-height: 660px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}


.banner_box h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.banner_box h1 span {
    font-size: 47px;    /* line-height: 60px; */
    color: #ffcd24;
}

.banner_box p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 40px;
    line-height: 28px;
}

.button a {
    margin: 0 15px 0 0;
}

.banner_box h4 {
    color: #ffffff;
    margin: 23px 0 0;
    font-size: 23px;
    font-weight: 400;
}

img.banner_img {
    position: relative;
    top: 87px;
    bottom: 0;
    width: auto;
}

.banner_box {
    padding: 130px 0 0;
    position: relative;
    z-index: 9;
}

/* Banner End  */
.client_logo {
    padding: 20px 0 15px;
    background-color: #eeecff;
}

.client_logo_boxes {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.client_logo_boxes img {
    margin: 0 auto 30px;
    display: table;
}

/* services home */
.h_service_sec {
    padding: 70px 0 40px;
    position: relative;
}

.h_service_sec:before {
    /*background-image: url(../images/h-ser-object4.png);*/
    position: absolute;
    content: "";
    width: 137px;
    height: 132px;
    bottom: 100px;
    left: 90px;
}

.h_service_sec:after {
    /*background-image: url(../images/h-ser-object6.png);*/
    position: absolute;
    content: "";
    width: 321px;
    height: 181px;
    bottom: 0;
    right: 0px;
    top: 420px;
    margin:auto;
}

.h_service_boxes {
    position:relative;
}

.h_service_boxes:before {
    /*background-image: url(../images/h-ser-object3.png);*/
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    /* bottom: 0; */
    /* margin: auto; */
    top: 450px;
    left: 40px;
}

.h_service_boxes {
    margin: 50px 0 0;
}

.h_service_box {
    background: #f4f3f3;
    padding: 20px 20px;
    border-radius: 12px;
    min-height: 360px;
    margin: 0 0 30px;
    text-align: center;
    transition-duration: .5s;
    box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
}

.h_service_box:hover {
    background: linear-gradient(45deg, #5a5a5a, #8989899e);
    background-repeat: no-repeat;
    background-size: cover;
}

.h_service_box:hover h3,
.h_service_box:hover p {
    color: #fff;
}

.h_service_box h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.h_service_box p {
    font-size: 13px;
    color: #000000;
}

.h_ser_icon {
    height: 100px;
    align-items: center;
    display: grid;
    margin: auto;
}

.h_ser_icon img {
    margin: auto;
}

/*Portfolio*/
.portfolio_sec .title_para {
    margin: 20px 0 0;
}

.portfolio_sec {
    background-image: url(../images/portfolio-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 40px;
    background-position: top center;
}

.portfoilo_boxes {
    margin: 50px 0 0px;
}

.portfoilo_boxes .nav-tabs {
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    border: none;
}

.portfoilo_boxes .nav-tabs>li>a {
    margin-right: 20px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #000000;
    background-color: #f6f5f5;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
}

.portfoilo_boxes .nav-tabs>li>a:hover {
    background-image: linear-gradient(90deg,rgb(197 221 0), #ffcd24);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    color: #fff;
}

.portfoilo_boxes .nav-tabs>li.active>a,
.portfoilo_boxes .nav-tabs>li.active>a:focus,
.portfoilo_boxes .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-image: linear-gradient(90deg,rgb(197 221 0), #ffcd24);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.portfolio_box {
    margin: 0 0 30px;
}

/*Portfolio*/

/* satisfied_clients_sec */

.satisfied_clients_sec {
    background-color: #000000;
    padding: 70px 0 50px;
}

.satisfied_clients_boxes {
    margin: 50px 0 0;
}

.satisfied_clients_box {
    background-color: #303030;
    text-align: center;
    padding: 0 10px;
    height: 150px;
    align-items: center;
    display: grid;
    border-radius: 10px;
    margin: 0 0 30px;
}

.satisfied_clients_box img {
    margin: auto;
}

section.satisfied_clients_sec .title_para {
    margin: 20px 0 0;
}

/* satisfied_clients_sec */

/* Cta Sec */

.cta_sec {
    padding: 0px 0 0;
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.cta_sec p {
    font-size: 20px;
    margin: 20px 0 40px;
}

.cta_box_img img {
    margin: 0 0 0px;
    position: relative;
    top: -9px;
}

.cta_sec h2 {
    padding: 90px 0 0;
}

/* Cta Sec */

/* process_sec */

.process_sec {
    padding: 70px 0 50px;
}

.process_sec p.para {
    margin: 20px 0 0;
}

.process_iocn {
    display: grid;    /*background-color: #395fac;
    width: 85px;
    height: 85px;
    border-radius: 50px;*/
    align-items: center;
    margin: auto;
}

.process_iocn img {
    margin: -40px auto 0;
}

.process_no h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.process_box_text {

    /*background-color: #eaebeb;
    min-height: 130px;*/
    width: 100%;
    text-align: center;
    border-radius: 10px;
    align-content: center;
    display: grid;
    padding: 0 30px;
}

.process_box_text h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.process_box_text p {
    margin: 0 0 0px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

.process_boxes {
    margin: 50px 0 0;
    background-image: url(../images/porcess-center-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: table;
}

.process_box2 img {
    margin: 20px auto 0;
}

.process_box4 img {
    margin: 20px auto 0;
}

.process_box1 .process_iocn {
    position: relative;
    top: 50px;
    left: 59px;
}

.process_box1 .process_box_text {
    position: relative;
    margin: 294px 0 0;    /* padding: 0 30px; */
    left: 53px;
    top: -54px;
}

.process_box2 .process_iocn {
    position: relative;
    top: 300px;
    left: 20px;
}

.process_box2 .process_box_text {

    /* top: -40px; */
    margin: -105px 0 0;
    left: 20px;
    position: relative;
}

.process_box2 .process_no {
    position: relative;
    top: 97px;
    left: 20px;
}

.process_box1 .process_no {
    position: relative;
    top: 165px;
    left: 52px;
}

.process_box3 .process_no {
    position: relative;
    top: 185px;
    left: -12px;
}

.process_box4 .process_no {
    position: relative;
    top: 117px;
    left: -42px;
}

.process_box3 .process_box_text {
    position: relative;
    top: 260px;
    left: -12px;
}

.process_box3 .process_iocn {
    top: 65px;
    position: relative;
    left: -10px;
}

.process_box4 .process_iocn {
    top: 310px;
    position: relative;
    left: -43px;
}

.process_box4 .process_box_text {
    position: relative;
    top: -86px;
    left: -42px;
}

/* process_sec */

/*cta_sec2*/
.cta_sec2 {
    background-image: url(../images/cta-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.cta_sec2_boxes {
    display: flex;
    justify-content: center;
}

.cta_sec2_box {
    background-color: #fff;
    width: 170px;
    height: 170px;    /* margin: 0 15px; */
    align-content: center;
    display: grid;
    text-align: center;
    border-radius: 15px;
}

a .cta_sec2_box {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    transition-duration: .5s;
}

a .cta_sec2_box  p {
    margin: 15px 0 0;    /* transition-duration: .5s; */
}

.cta_sec2_boxes a {
    margin: 0 15px;
    text-align: center;
    transition-duration: .5s;
}

.cta_sec2_box img {
    margin: auto;
}

.cta_sec2_boxes a:hover .cta_sec2_box {

    /* background-color: #000; */
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #004ef7, #033cb6);
}

.cta_sec2_boxes a:hover {
    text-decoration: none;
}

/*cta_sec2*/

/*testi-sec*/
.testi-sec .hd-txt h2 {
    font-weight: bold;
}

.testi-sec .hd-txt {
    text-align: center;
}

.testi-sec {
    padding: 70px 0;
    background: url(../images/testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testi-sec p.para {
    margin: 20px 0 0;
}

.testi-img img {
    width: 100%;
    box-shadow: 3px 15px 20px 1px rgb(0 0 0 / 38%);
    padding: 0 0px;
    margin: 30px 0 30px;
    border-radius: 25px;
    position: relative;
}

.testi-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-txt h4 {
    font-size: 16px;
    line-height: 22px;    /* font-style: italic; */
    color: #161616;
    font-weight: 400;
}

.testi-txt h3 {
    font-size: 25px;
    margin-top: 40px;
    color: #161616;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.testi-txt {
    position: relative;
    padding: 0 0 0px 40px;
}

.testi-txt:before {
    position: absolute;
    content: '';
    background: url(../images/testi-quote.png);    /* background-size: cover; */
    background-repeat: no-repeat;    /* background-position: center; */
    bottom: 80px;
    right: 90px;
    width: 213px;
    height: 213px;
    margin: auto;    /* top: 0; */
}

.testi-slider-st .slick-prev,
.testi-slider-st .slick-next {
    background: #ffcd24;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    z-index: 1;
}

.testi-slider-st .slick-prev {
    left: 29%;
    bottom: -20px;
    top: auto;
}

.testi-slider-st .slick-prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
}

.testi-slider-st .slick-next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
}

.testi-slider-st .slick-next {
    left: 33%;
    bottom: -20px;
    top: auto;
}

.testi-slider-st {
    margin: 0px 0px 0;
}

.testi-slider-st .testi-slider {
    padding: 50px 0 40px;
}

.testi-img {
    position: relative;
}

.testi-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/testi-img-before.png);
    background-repeat: no-repeat;
    width: 164px;
    height: 163px;
    z-index: 0;
    left: -30px;
    top: -30px;
}

.testi-img:after {
    content: "";
    position: absolute;
    background-image: url(../images/testi-img-after.png);
    background-repeat: no-repeat;
    width: 276px;
    height: 138px;
    z-index: -1;
    right: -70px;
    bottom: -33px;
}

/*testi-sec*/

/*Form Sec bottom*/

.get_quote h4 {
    font-size: 48px;
    color: #ffcd24;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}

.get_quote p {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.get_quote .form-control {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    height: 50px;
    color: #000;
    font-size: 14px;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 15px;
}

#quoteForm textarea.form-control {
    resize: none;
    min-height: 105px;
    padding-top: 14px;
}

#quoteForm .captcha {
    width: auto !important;
    float: left !important;
    font-weight: 700 !important;
    background: #245bcf;
    font-size: 25px;
    color: #fff;
    margin: 0 0 !important;
    padding: 4px 10px;
}

#quoteForm .order-input {
    padding: 9px 9px;
    width: 98px;
    background-color: #f4cb3d;
    border: none;
}

.get_quote .button {
    float: right;
}

.get_quote .btn-yellow {
    border: none;
    float: right !important;
}

.get_quote {
    background-color: #eaeaea;
    padding: 70px 0 50px;
}

.form_bt_box img {
    width: 100%;
}

.company_profile a {
    color: #000;
}

.company_profile input {
    color: #000;
}

.control--checkbox {
    color: #000;
}

.company_profile {
    width: 110%;
}

.company_profile {
    width: 110%;
    margin: 10px 0 0;
}

input.order-input {
    color: #000;
    font-size: 18px;
    opacity: 1;
    font-weight: 700;
}

.ch-box input[type=checkbox] {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    border: 2px solid #245bcf;
}

input#quoteSubmit {
    color: #000 !important;
    font-size: 17px;
    background: #ffcd24;
    padding: 10px 30px 11px;
    border-radius: 2px;
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%); */
    position: relative;
    border: none;
    font-weight: 700;
    border-radius: 5px;
}

/*Form Sec bottom*/

/*Footer*/

.footer {
    background-color: #000000;
    padding: 20px 0;
}

.footer h4 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding: 15px 0;
    font-weight: 500;
    text-align: left;
}

.footer h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #fff;
}

.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

.footer p a {
    color: rgb(255, 255, 255);
    font-weight: 100;
}

.footer p a i.fa {
    margin-right: 7px;
    font-size: 20px;
}

.footer ul {
    margin: 0;
    padding: 10px 10px 0px 0;
    display: block;
    float: none;
    margin: 0 0 0 -15px;
}

.footer ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    padding: 0 0 0 15px;
}

.footer ul li a {
    color: #fff;
    background: url(../images/bullet1.png) 0 7px no-repeat;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0 2px 20px;
    display: block;
    text-align: left;
    text-decoration: none;
}

.footer ul li a i {
    padding-right: 5px;
    font-weight: 100;
    display: none;
}

#comodoTL {
    display: block;
    font-size: 8px;
    padding-left: 18px;
}

#comodoTL {
    margin-bottom: 15px;
    width: 100%;
    max-width: 143px;
    display: block;
    text-align: center;
    font-size: 16px !important;
    color: #fff;
    margin-left: -18px;
    position: relative;
    z-index: 9999999;
}

.footer_bottom {
    padding: 50px 0 10px;
    text-align: center;
    border-top: #545454 solid 0px;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 18px;
    display: block;
    clear: both;
}

.footer_bottom a,
.footer_bottom span {
    color: #fff;
    padding: 0 15px;
}

/* logo_design Page*/
.banner_inner {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_logo_design {
    background-image: url(../images/banner-logodesign.jpg);
}

.banner_inner .banner_box {
    padding: 100px 0 0;
    position: relative;
}

.banner_inner .banner_box h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
}

.banner_inner .banner_box h5 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 0;
    font-size: 24px;
}

.banner_inner .banner_box p {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 34px;
    font-weight: 400;
}

.price_batch {
    background-image: url(../images/logo-design-price-patch.png);
    background-repeat: no-repeat;
    width: 221px;
    height: 116px;
    position: absolute;
    right: 60px;
    top: 125px;
    align-items: center;
    display: grid;
}

.price_batch p {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 0 0 25px !important;
    text-align: center;
    line-height: initial;
}

.price_batch p span {
    font-size: 74px;
    line-height: 1;
    display: table;
    margin: auto;
}

.banner_inner .banner_box h1 b {
    font-weight: 900;
}

.banner_inner .banner_box h4{
    color: #000;
}
.banner_inner img.banner_img {
    top: 0px;
    left: -60px;
}

.banner_trust_img ul {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.banner_trust_img ul li {
    list-style: none;
    margin: 0 30px 0 0;
}

/*.consultation_services*/
.consultation_services_sec {
    padding: 70px 0 70px;
}


.consultation_services_box {
    padding: 20px 0 0;
}


.consultation_services_box p.para {
    margin: 20px 0 0;
}


/* logo_design Page*/



/*unique-logo-sec*/
.unique-logo-sec {
    padding: 0px 0 70px;
    /* background: #f0eeee; */
}
.uniq-web-design-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-st {
    display: none;
}
li.uniq-logo-div-li.uniq-logo-div-li-2 .uniq-lg-details h3 {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-2 .uniq-lg-details p {
    color: #fff;
    padding-top: 15px;
}

li.uniq-logo-div-li.uniq-logo-div-li-3 .uniq-lg-details h3 {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-3 .uniq-lg-details p {
    color: #fff;
    padding-top: 15px;
}

.uniq-lg-ul ul li {
}

.logo-inner-u-txt ul li {
    margin: 0 2px;
}
.logo-inner-u-txt ul li {
    width: 33%;
}
li.uniq-logo-div-li.uniq-logo-div-li-1 .uniq-lg-details h3 {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-1 .uniq-lg-details p {
    color: #fff;
    padding-top: 15px;
}

li.uniq-logo-div-li.uniq-logo-div-li-4 .uniq-lg-details h3 {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-4 .uniq-lg-details p {
    color: #fff;
    padding-top: 15px;
}

.uniq-lg-details p {
    padding-top: 15px;
}

li.uniq-logo-div-li.uniq-logo-div-li-5 .uniq-lg-details h3 {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-5 .uniq-lg-details p {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-6 .uniq-lg-details h3 {
    color: #fff;
}

li.uniq-logo-div-li.uniq-logo-div-li-6 .uniq-lg-details p {
    color: #fff;
}
.uniq-logo-bx {
    background: #663399;
    height: 100%;
    width: 100%;
    min-height: 500px;
    position: relative;
    transform: translate(0, 0);
    transition-duration: 1s
}

.uniq-logo-bx-co-div {
    transition-duration: 1s;
    transform: translateX(10px);
    position: relative;
    z-index: 1
}

.uniq-logo-bx-co-div.asd {
    transition-duration: 1s;
    transform: translateX(0)
}

.uniq-logo-bx:hover {
    transform: translate(0, -10px)
}

.logo-new-innercol,
.logo-new-innercol h2 {
    display: none
}

.lg-bx-unq-1 {
    background: linear-gradient(to bottom, #5beaff 0, #4fb1ff 100%)
}

.lg-bx-unq-2 {
    background: linear-gradient(to bottom, #5893ff 0, #596cff 100%)
}

.lg-bx-unq-3 {
    background: linear-gradient(to bottom, #aedcff 0, #5a87ff 100%)
}

.lg-bx-unq-4 {
    background: linear-gradient(to bottom, #ffac47 0, #ff428d 100%)
}

.lg-bx-unq-5 {
    background: linear-gradient(to bottom, #2de3be 0, #339b92 100%)
}

.lg-bx-unq-6 {
    background: linear-gradient(to bottom, #ffd546 0, #ff984c 100%)
}

.uniq-logo-bx h3 {
    transform: rotate(-90deg);
    width: 100%;
    text-shadow: 3.694px 4.728px 6px rgba(0, 0, 0, .16);
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 160px;
    width: 290px;
    left: -60px;
    right: 0
}

.uniq-logo-bx img {
    margin: 0 auto;
    display: table
}

.unique-logo-sec .hd-txt {
    text-align: center;
    /* padding-bottom: 30px */
}
.logo-inner-u-txt ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center
}

.logo-inner-u-txt {
    padding-left: 130px;
    position: relative;
    width: 800px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.logo-inner-u-txt h3 {
    font-weight: 600;
    font-size: 24px;
}

.logo-new-inner-div {
    position: relative
}

p.cncl-btn {
    position: absolute;
    right: 10px;
    top: -33px;
    color: #28befe;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}

p.cncl-btn:before {
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 2px
}

.logo-inner-u-txt:before {
    content: '';
    position: absolute;
    left: -30px;
    height: 2px;
    width: 100%;
    background: #28befe;
    top: -19px;
    z-index: 0
}

.design-ul ul li p {
    min-height: 95px
}

.uniq-lg-ul ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center
}

li.uniq-logo-div-li {
    display: inline-flex;
    height: 100%;
    position: relative
}

li.uniq-logo-div-li .uniq-lg-1 {
    width: 8%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column-reverse
}

li.uniq-logo-div-li .uniq-lg-details {
    width: 100%
}

.uniq-lg-1 h3 {
    position: absolute;
    width: 275px;
    transform: rotate(270deg);
    margin: auto;
    height: 45px;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    padding-left: 20px
}

.uniq-lg-ul ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    min-height: 490px;
    flex-wrap: wrap;
}

li.uniq-logo-div-li {
    display: inline-flex;
    height: 100%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-image: url(../images/uniq-logo-div-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

li.uniq-logo-div-li .uniq-lg-1 {
    width: 8%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    
    padding-bottom: 0
}

li.uniq-logo-div-li .uniq-lg-details {
    width: 110px;
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 1.5s;
    border-right: 1px solid #5e73bf;
}

.logo-inner-u-txt p {
    padding-right: 20px;
    min-height: 150px;
    width: 60%;
}

.uniq-lg-1 h3 {
    position: absolute;
    width: 275px;
    transform: rotate(270deg);
    margin: auto;
    height: 45px;
    bottom: 0;
    top: 0;
    padding-top: 0;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.96;
    text-shadow: 3.694px 4.728px 6px rgb(0 0 0 / 16%)
}

.uniq-lg-ul ul img {
    width: 100%;
    margin: 10px 0px 0 0;
}

.logo-inner-u-txt:before {
    display: none
}

li.uniq-logo-div-li.uniq-logo-div-li-1 .uniq-lg-details {

}

li.uniq-logo-div-li.uniq-logo-div-li-2 .uniq-lg-details {

}

li.uniq-logo-div-li.uniq-logo-div-li-3 .uniq-lg-details {

}

li.uniq-logo-div-li.uniq-logo-div-li-4 .uniq-lg-details {

}

li.uniq-logo-div-li.uniq-logo-div-li-5 .uniq-lg-details {

}

li.uniq-logo-div-li.uniq-logo-div-li-6 .uniq-lg-details {

}

li.uniq-logo-div-li:hover .uniq-lg-details {
    width: 800px
}

.uniq-lg-details h4 {
    transform: rotate(270deg);
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 190px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 260px;
    left: -65px;
    text-shadow: 3.694px 4.728px 6px rgba(0, 0, 0, .16);
    text-transform: uppercase;
}

img.uniq-l-dtl {
    width: auto!important;
    position: absolute;
    bottom: 10px;
    left: 40px;
}

li.uniq-logo-div-li.uniq-logo-div-li-1.active .uniq-lg-details,
li.uniq-logo-div-li.uniq-logo-div-li-2.active .uniq-lg-details,
li.uniq-logo-div-li.uniq-logo-div-li-3.active .uniq-lg-details,
li.uniq-logo-div-li.uniq-logo-div-li-4.active .uniq-lg-details,
li.uniq-logo-div-li.uniq-logo-div-li-5.active .uniq-lg-details,
li.uniq-logo-div-li.uniq-logo-div-li-6.active .uniq-lg-details {
    width: 590px;
}

li.uniq-logo-div-li.uniq-logo-div-li-1{
    opacity: .9;
}
li.uniq-logo-div-li.uniq-logo-div-li-2{
    opacity: .8;
}
li.uniq-logo-div-li.uniq-logo-div-li-3{
    opacity: .7;
}
li.uniq-logo-div-li.uniq-logo-div-li-4{
    opacity: .6;
}
li.uniq-logo-div-li.uniq-logo-div-li-5{
    opacity: .5;
}

li.uniq-logo-div-li.uniq-logo-div-li-6 {
    opacity: .4;
}

li.uniq-logo-div-li.active {
    opacity: 1;
}



/*unique-logo-sec*/

.bnr-btn {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 30px;
}





/*price-sec*/
.price-sec {
    padding: 65px 0 0px;
    position: relative;
}

.price-sec .hd-txt {
    text-align: center;
}

.price-bx {
    background: #fff;
    box-shadow: 2px 2px 11px 4px #7b7b7b36;
    border-radius: 10px;
    padding: 50px 10px 60px;
    margin: 0px 0px 30px;
    transition-duration: 1s;
}
.price-bx:hover{
    background: #000;
    /* background: url(../images/price-bg-pck.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 1s;
    margin-left: 0;
    margin-right: 0;
}
.price-bx:hover .price-list::-webkit-scrollbar-track{
    background: #3db4e6;
}
.price-bx:hover .price-list::-webkit-scrollbar-thumb{
    background: #fff;
}
/* width */
.price-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.price-list::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 10px;
}
 
/* Handle */
.price-list::-webkit-scrollbar-thumb {
  background: #323232; 
  border-radius: 10px;
}

/* Handle on hover */
.price-list::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.price-bx:hover h3, .price-bx:hover h2, .price-bx:hover strike{
    color: #fff;
}
.price-bx:hover h3:before{
    background: #3db4e6;
}

.price-bx:hover .price-btn .live-cht {
    border-color: #fff;
    color: #fff;
}
.price-bx:hover .price-btn .get-started{
    background: #fff;
    color: #ffcd24;
}
.price-bx:hover .price-btn  .phone-st{
    color: #fff;
}
.price-bx:hover li{
    color: #fff;
}
.price-bx img {
    margin: -20px auto;
    display: table;
    margin-bottom: 20px;
}

.price-bx h3 {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    font-size: 21px;
    color: #323232;
    font-weight: 600;
}

.price-amount {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 28px;
}

.price-amount h2 {
    font-size: 46px;
    font-weight: 600;
    color: #323232;
}

.price-amount strike {
    font-size: 22px;
    font-weight: 500;
    margin-right: 10px;
}

.price-bx h3:before {
    content: '';
    background: #d0d0d0;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 116px;
    height: 6px;
    border-radius: 50px;
}

.price-btn {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price-btn .get-started {
    background: #ffcd24;
    color: #fff;
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 0 14px 14px 25px;
}

.price-btn .live-cht {
    padding: 9px 25px;
    font-size: 12px;
    border-radius: 0 14px 14px 25px;
    margin: 0 10px;
}

a.phone-st {
    padding-top: 10px;
}

ul.price-list {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 25px;
}
.price-sec:before {
    content: '';
    background: #fec931;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 428px;
}
.price-bx-1 {
    margin-top: 0;
}
/*price-sec*/



/*combo*/
.combo-pack {
    padding: 30px 0 30px;
    position: relative;
    overflow: hidden;
}
.combo-bg-st:before{
    content: '';
    background: url(../images/cmb-icon-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 143px;
    width: 185px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}
.combo-bg-st{
    background: #000;
    /* background: url(../images/combo-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 92px;
    border-radius: 20px;
    position: relative;
}
.combo-bg-st:after{
    content: '';
    background: url(../images/cmb-icon-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 117px;
    width: 153px;
    position: absolute;
    top: 45px;
    right: 70px;
    z-index: 1;
}
.combo-hd-txt {
    text-align: center;
}

.cmb-price-div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 35px;
}

.cmb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cmb-list:after{
     content: '';
     background: url(../images/cmb-icon-1.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 106px;
     width: 183px;
     position: absolute;
     bottom: -130px;
     right: 15px;
     z-index: 1;
}
.cmb-list ul {
    padding-left: 30px;
    padding-right: 15px;
    width: 38%;
    margin: 0 20px;
}

.cmb-price-div h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 600;
}

.cmb-price-div strike {
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}

.combo-hd-txt h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    position: relative;
}

.combo-hd-txt h2:before {
    content: '';
    background: #40a8dc;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 6px;
    border-radius: 50px;
}

.cmb-list li {
    color: #fff !important;
}
.cmb-btn {
    text-align: center;
    padding-top: 0;
}

ul.price-list li {
    font-size: 15px;
    color: #1c1c1c;
    margin: 0 0 10px;
    align-items: center;
    list-style: none;
}

.price-btn .order_btn_img {
    margin: -10px 0 0;
}

.cmb-btn .order_btn_img {
    margin: -90px auto 0;
    display: table;
}
/*combo*/



/*ORM*/
.banner_orm {
    background-image: url(../images/banner-orm.jpg);
}


.banner_orm img.banner_img {
    top: 40px !important;
}



.orm_sec {
    padding: 0 0 70px;
    position: relative;
}

.orm_sec:before {
    background-image: url(../images/vecter-img1.png);
    position: absolute;
    content: "";
    width: 62px;
    height: 134px;
    bottom: 100px;
}

.orm_sec:after {
    /*background-image: url(../images/h-ser-object4.png);*/
    position: absolute;
    content: "";
    width: 137px;
    height: 132px;
    bottom: 0;
    right:30px;
    top:0;
    margin:auto;
}

.orm_sec_boxes {
    position:relative;
}

.orm_sec_boxes:before {
    background-image: url(../images/plus.png);
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    bottom: 0;
    margin: auto;
    top: 320px;
    left: -130px;
}




.orm_sec_box h3 {
    text-align: center;
    color: #414141;
    font-size: 20px;
    font-weight: 600;
}

.orm_sec_box p {
    text-align: center;
    color: #414141;
    font-size: 16px;
}

.orm_sec_box {
    padding: 30px 30px 30px;
    border: 1px solid #ccc;
    min-height: 320px;
}

.orm_sec_boxes  .col-sm-4 {
    padding: 0;
}

.orm_sec_boxes .orm_sec_box {
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
}

.orm_sec_boxes .col-sm-4:nth-child(3) .orm_sec_box {
    border-right: 0px solid transparent;
}

.orm_sec_boxes .col-sm-4:nth-child(6) .orm_sec_box {
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.orm_sec_boxes .col-sm-4:nth-child(5) .orm_sec_box,
.orm_sec_boxes .col-sm-4:nth-child(4) .orm_sec_box {
    border-bottom: 0px solid transparent;
}
/*ORM*/



/*video_animation*/
.banner_video_animation {
    background-image: url(../images/banner-video.jpg);
}


.banner_video_animation img.banner_img {
    top: 0 !important;
}

.video_consultation_services_sec {
    padding: 70px 0 0;
}

/*video_animation*/

/*ecom-design*/
.banner_ecomwendisgn {
    background-image: url(../images/ecom-page/banner-website.jpg);
}
.banner_ecomwendisgn a.chat.tr_btn_blue {
    color: #fff;
}
/*ecom-design*/

/*Webdesign*/


.banner_webdisgn {
    background-image: url(../images/banner-website.jpg);
}


.banner_webdisgn img.banner_img {
    top: 45px;
    left: 0;
}

.video_consultation_services_sec {
    padding: 70px 0 0;
}
/*Webdesign*/


/*logo_animation*/
.banner_logo_animation {
    background-image: url(../images/banner-logoanimation.jpg);
}


.banner_logo_animation img.banner_img {
    top: 30px;
    left: -50px;
}

.video_consultation_services_sec {
    padding: 70px 0 0;
}

.logo_consultation_services_sec .consultation_services_box_img {
    margin: -60px 0 0;
}
/*logo_animation*/


/*packages*/
.banner_packages{
    background-image: url(../images/banner-packages.jpg);
}


.banner_packages img.banner_img {
    top: 32px;
    left: 0;
}

.packages_consultation_services_sec {
    padding: 70px 0 0px;
}

.packages_consultation_services_sec .consultation_services_box_img {
    margin: -60px 0 0;
}
/*packages*/


/*portfolio*/
.banner_portfolio{
    background-image: url(../images/banner-portfolio.jpg);
    background-position: center !important;
}


.banner_portfolio img.banner_img {
    top: 210px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.portfolio_consultation_services_sec {
    padding: 70px 0 0px;
}

.portfolio_consultation_services_sec .consultation_services_box_img {
    margin: -60px 0 0;
}
/*
/*portfolio*/

/*Seo*/
.banner_seo{
    background-image: url(../images/banner-seo.jpg);
    background-position: center !important;
}


.banner_seo img.banner_img {
    top: 30px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.seo_consultation_services_sec {
    padding: 60px 0 15px;
}

.professional_seo_sec {
    background-color: #f6f5f5;
}

.professional_seo_box_img img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    mix-blend-mode: darken;
}

.banner_seo .banner_trust_img ul li:first-child img,
.banner_packages .banner_trust_img ul li:first-child img {
    filter: brightness(0.5);
}


/* seo_services */

.seo_services_box .title {
    font-size: 30px;
    width: 105%;
    margin: 0 0 15px;
}

.seo_services_sec {
    padding: 100px 0 100px;
    background-image: url(../images/seo-services-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.seo_services_tab_content {
    background-color: #f6f5f5;
    padding: 0 20px 0;
    min-height: 350px;
    align-content: center;
    display: grid;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 10px 10px #0000003b;
}

.seo_services_box .tab-content .col-sm-4 {
    padding: 0 10px;
}



.seo_services_box_tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 18px 13px;
    margin: 0 0 15px;
    background-color: #ebebeb;
    /* width: 100%; */
    text-align: center;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    font-weight: 600;
}

.seo_services_box .tab-content {
    margin: 40px 0 0 20px;
}

.seo_services_tab_icon {
    /* width: 200px; */
    height: 60px;
    align-items: center;
    display: grid;
    margin: auto;
}

.seo_services_tab_content h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.seo_services_tab_content p {
    color: #000000;
    font-size: 16px;
}

.seo_services_tab_content h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.seo_services_tab_content p {
    color: #000000;
    font-size: 16px;
}

.seo_services_box_tabs ul.nav.nav-tabs {
    border-bottom: 0px solid;
    margin: 60px 0 0;
}

.seo_services_box_tabs ul.nav.nav-tabs li a, .seo_services_box_tabs ul.nav.nav-tabs li.active a {
    border: none;
}

.seo_services_box_tabs ul.nav.nav-tabs li {
    /* display:table; */
    float: none;
    /* width: 100%; */
}

.seo_services_box_tabs .nav-tabs>li.active>a, .seo_services_box_tabs .nav-tabs>li.active>a:focus, 
.seo_services_box_tabs .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #ffcd24 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* seo_services */

/* type_of_seo_sec */


.type_of_seo_sec {
    background-color: #f1f1f1;
    padding: 65px 0 70px;
}

.type_of_seo_box h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    margin: 20px 0 15px;
}

.type_of_seo_box p {
    font-size: 15px;
    color: #373737;
}

.type_of_seo_boxes ul.nav.nav-tabs {
    border: none;
}

.type_of_seo_boxes ul.nav.nav-tabs li a:hover,
.type_of_seo_boxes ul.nav.nav-tabs li a:focus {
    text-decoration: none;
}

.type_of_seo_boxes {
    display: table;
    margin: 150px 0 0;
}

.type_of_seo_box {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 0px 20px;
    min-height: 283px;
    align-content: center;
    display: grid;
    margin: 0 0 0;
    /* transition-duration: .5s; */
}

.type_of_seo_box:hover, li.active .type_of_seo_box{
    background-image: url(../images/type-of-seo-hover-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 1px solid transparent;
    box-shadow: 0 14px 15px rgb(0 0 0 / 13%);
}

.type_of_seo_boxes2 {
    background-image: url(../images/type-of-seo-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    padding: 70px 70px 40px;
    background-size: 100%;
    margin: 30px 0 0;
}


.type_of_seo_box2 h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 25px;
}

.type_of_seo_box2 p {
    font-size: 16px;
    color: #fff;
}


.type_of_seo_box2 a {
    color: #fff200;
    font-size: 16px;
    font-weight: 600;
    display: table;
    margin: 30px 0 0;
}


/* seo_services_slider_sec */

.seo_services_slider_sec {
    background-image: url(../images/seo-ser-slid-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 70px 0 120px;
}

.seo_services_slider_box {
    border: 2px solid #ffcd24;
    padding: 30px 30px;
    /* width: 50%; */
    min-height: 360px;
    align-content: center;
    display: grid !important;
    width: 90% !important;
    margin: auto;
    border-radius: 7px;
    text-align: center;
}

.seo_services_slider {
    margin: 50px 0 0 !important;
}

.seo_services_slider_box h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0px 20px;
}

.seo_services_slider_box p {
    color: #c0c3de;
    font-size: 15px;
    margin: 0px;
}

.seo_services_slider_box_icon {
    margin: auto;
}


.seo_services_slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.seo_services_slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.seo_services_slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.seo_services_slider .slick-dots li button {
    background-color: transparent;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}


/* seo_services_slider_sec */


/*SEO*/

/*Seo*/


/*SMM*/
.banner_smm{
    background-image: url(../images/banner-smm.jpg);
    background-position: center !important;
}


.banner_smm img.banner_img {
    top: 40px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.smm_consultation_services_sec {
    padding: 60px 0 15px;
}

.professional_smm_sec {
    background-color: #f6f5f5;
}

.professional_smm_box_img img {
    width: 110%;
    position: relative;
    left: -60px;
    top: 0;
    mix-blend-mode: darken;
}

.banner_portfolio  .banner_trust_img ul li:first-child img {
    filter: brightness(0.5);
}


.smm_services_slider_sec h2.title {
    font-size: 34px;
}

.professional_smm_sec h2.title {
    font-size: 32px;
}
/*SMM*/

/*.navbar_custom .navbar-nav {
    float: none;
    margin: auto;
    display: table;
    position: relative;
    left: -70px;
}*/


/* terms_condition */

.terms_condition {
    padding: 50px 0 70px;
}

.terms_condition h1.title {
    margin: 0 0 20px;
}

.terms_condition h2.title {
    margin: 30px 0 15px;
}

/* terms_condition */


/*Review*/
.review_sec .moreBox { display: none; }
.review_boxes { margin: 50px 0px 0px; }
.review_inner { margin: 0px 0px 60px; }
.review_inner { background: rgb(218, 218, 218); position: relative; }
.review_inner::before { content: ""; position: absolute; right: 100%; top: 180px; width: 0px; height: 0px; border-right: 35px solid transparent; border-top: 36px solid rgb(218, 218, 218); border-left: 0px solid transparent; left: 0px; }
.review_inner:hover::before { border-right: 35px solid transparent; border-top: 36px solid rgb(35, 90, 207); border-left: 0px solid transparent; left: 1px; }
h3.review_name { margin: 0px; font-size: 18px; color: rgb(0, 0, 0); text-transform: uppercase; width: 60%; float: left; }
.review_ret { width: 40%; float: right; text-align: right; }
.review_body { padding: 20px 15px 15px; border-width: 1px 1px 0px; border-style: solid; border-color: rgb(218, 218, 218) rgb(218, 218, 218) transparent; border-image: initial; height: 130px; overflow-y: auto; }
.review_footer { padding: 15px 15px 35px; border-radius: 0px; border-width: 0px 1px 1px; border-style: solid; border-color: transparent rgb(218, 218, 218) rgb(218, 218, 218); border-image: initial; }
.review_body p { margin: 0px; }
.review-rating i { color: rgb(255, 228, 0); font-size: 18px; }
.review-rating .fa-star::before { content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¦"; }
.review_inner:hover { background-color: rgb(35, 90, 207); border-radius: 0px; color: rgb(255, 255, 255); }
.review_inner:hover h3 { color: rgb(255, 255, 255); }
.red_btn_more { text-transform: uppercase; font-weight: 600; background: rgb(0, 132, 205); border: 1px solid rgb(0, 132, 205); color: rgb(255, 255, 255); padding: 14px 65px 11px; font-size: 18px; transition: all 0.1s linear 0s; margin: auto; display: table; border-radius: 5px; }
.red_btn_more:hover { background: rgb(35, 90, 207); }
#loadMoreMore { display: none; }
.loadMore_Btn { margin: auto; display: table; }
.hide_review { display: none; }
.review_body::-webkit-scrollbar { width: 5px; }
.review_body::-webkit-scrollbar-track { border-radius: 10px; }
.review_body::-webkit-scrollbar-thumb { background: rgb(35, 90, 207); border-radius: 10px; }
.review_body:hover::-webkit-scrollbar-thumb { background: rgb(255, 255, 255); }
#loadMore {
    margin: auto;
    display: grid;
    border: none;
    border-radius: 5px;
}

.review_sec {
    padding: 70px 0 70px;
}
/*Review*/



/*Hover Effect*/
.portfolio_box {
    position: relative;
    border-radius: 0;
}

.portfolio_box a {
    transition-duration: .5s;
    overflow: hidden;
    width: 100%;
    display: block;
    border-radius: 12px;
}

.portfolio_box a:hover:before {
    content: "";
    position: absolute;
    background-color: rgba(21, 21, 21, .84);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 12px;
}

.portfolio_box a:after, .portfolio_box a:before {
    transition-duration: .5s
}

.portfolio_box a:hover:after {
    content: "Preview";
    position: absolute;
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    height: 160px;
    width: 90px;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    color: #fff;
    text-align: center;
    line-height: 33px;
    background-position: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: end;
    background-size: 70%
}

.portfolio_box img {
    width: 100%;
    object-fit: fill;
    transition-duration: .9s
}

.portfolio_box a:hover img {
    transform: scale(1.1);
}
/*Hover Effect*/









































.iconic-sec .tabs .nav-tabs>li.active>a,
.iconic-sec .tabs .nav-tabs>li.active>a:focus,
.iconic-sec .tabs .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #fff;
}
.flex_center {
    display: flex;
    align-items: center;
}

.iconic-sec .nav-tabs {
    border-bottom: 0 solid #ddd;
    background-color: #ffcd24;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 0 #ffcd24;
    border-radius: 10px;
}




section.iconic-sec {
    padding: 50px 0;
    background: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.iconic-image-box li img {
    width: 100%;
    padding: 0 0 0 20px
}

.iconic-image-box li.iconic-box {
    width: 100%;
    padding-bottom: 20px
}

.iconic-image-box li {
    width: 50%;
    float: left;
    margin: 0
}

.iconic-image-box ul {
    list-style: none;
    padding: 0
}

.iconic-image-box li img {}

.iconic-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.iconic-text {
    text-align: center
}

.iconic-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 20px 0 50px;
}

.iconic-btn a.blue_btn {
    padding: 13px 30px;
    border-width: 1.5px;
    border-color: #000;
    border-style: solid;
    border-radius: 6px;
    color: #000;
    font-weight: 600
}

.iconic-btn a img {
    margin-left: 10px;
    filter: brightness(0)
}

.iconic-sec .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.iconic-main h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.iconic-main p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}

.wordpress-sec .iconic-nav li.active a {
    background-color: #075e52!important;
    border: 0;
    color: #fff;
    outline: 0!important
}

.iconic-nav .nav-tabs li a {
    color: #fff
}

.iconic-nav a {
    color: #fff
}

.iconic-nav li.active a:focus {
    border: 0
}

.iconic-nav li a {
    border: 0!important;
    text-align: center;
    font-size: 16px;
    padding: 0 40px;
    position: relative;
    min-height: 100px;
    align-content: center;
    display: grid
}

.iconic-nav>li {
    margin: 0!important
}

.iconic-nav span {
    font-size: 14px!important
}

.iconic-nav>li.active::before {
    display: block
}

.iconic-nav>li::before {
    content: '';
    background-image: url(../images/typ/tabs-icon.png);
    position: absolute;
    height: 23px;
    width: 19px;
    right: 0;
    background-repeat: no-repeat;
    bottom: -15px;
    left: 0;
    z-index: 0;
    margin: auto;
    z-index: 1;
    display: none
}

.web-design-banner img {
    width: auto
}

.web-design-banner .banner-img-box {
    padding-top: 0
}

.desinig-box img {
    width: auto
}

.business-list ul li {
    list-style: none;
    width: 50%;
    float: left
}

.business-list ul li {
    list-style: none;
    width: 50%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    align-items: center
}

section.iconic-sec ul li a:hover,
section.iconic-sec ul li a:focus {
    background-color: #555!important;
    border: 0;
    color: #fff;
    outline: 0!important;
}

.business-list ul li i {
    margin: 0 8px 0 0
}

.business-list {
    padding-top: 30px
}

.iconic-image-box img {
    padding-top: 35px
}

.iconic-main h4 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 10px
}

.business-list a.nav_num:hover {
    background-color: transparent;
    color: #000;
    border: solid 1px;
    border-color: #000
}

.business-list.iconic-btn a.nav_num:hover img {
    filter: brightness(0)
}



.iconic-image-box img {
    width: 100%;
}
section.iconic-sec .tr_btn_blue {
    color: #fff;
    border-color: #fff;
    background: linear-gradient(to left, transparent 50%, #ffcd24 50%);
    background-size: 212%;
    background-position: right bottom;
}

section.iconic-sec .tr_btn_blue:hover {
    background: linear-gradient(to left, transparent 50%, #ffffff 50%);
    background-size: 210%;
    color: #000;
}




.ch-box {
    width: 80%;
}

.footer-logo{
    width: 140px;
    filter: brightness(0);
    margin-top: -14px;
    object-fit: scale-down;
    height: 130px !important;
}





/*view-detail*/
.veiw-dtl-sec-st .row {
    display: flex;
    align-items: center;
}

.veiw-dtl-sec-st .row .consultation_services_boxes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-dtl-txt h2 {
    font-size: 45px;
    font-weight: bold;
}

.view-dtl-txt {
    margin: 0 !important;
}

.view-del-btn {
    position: relative;
}

.view-del-btn {
    position: relative;
    top: -27px;
    text-align: center;
    margin-top: 50px;
}
.client_logo_boxes img {
    width: 135px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    filter: grayscale(1);
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.client_logo_boxes img:hover {
    filter: none;
}
/*view-detail*/


.soc a img {
    width: 30px;
    margin-bottom: 15px;
}

.soc a i {
    font-size: 25px;
    color: #fff;
}

.soc a {
    margin-right: 10px;
}



#loadMore_port {
    margin: 20px auto 30px;
    display: table;
}



.price-btn .packages_tel{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}


.price-btn .packages_tel i {
    margin: 0  9px 0 0;
}

.tech-slide {
    margin: 20px 0 0;
}

.tech-img-logo img {
    height: 60px;
}
/*.footer .col-sm-4.col-xs-12 h4{
    text-align: center;
}
*/
.footer .col-sm-4.col-xs-12 ul {
    display: flex;
    flex-wrap: wrap;
}

.footer .col-sm-4.col-xs-12 ul li {
    width: 50%;
}

/* footer */
.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.popupform-main label.control.control--checkbox {
     text-align: left;
    font-weight: 500;
}
.popupform-main label.control.control--checkbox label {
    font-weight: 500;
}

.popupform-main label.control.control--checkbox a {
    color: #000;
}
.control--checkbox {
    color: #000;
}

.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: 140px;
    font-size: 38px;
    font-weight: 500;
    color: #000;
    padding-top: 3px;
    background-color: transparent;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    align-items: center;
    display: grid;
    border: 0;
    /* border: 5px solid #fff; */
}
.p0{
        padding: 0;
    }
div#pop-form {
   margin: 0 auto;
   display: table;
   text-align: left;
   padding-top: 0;
   width: 65%;
}
.textarea_auto textarea {
    background-color: rgb(255, 255, 255);
    box-shadow: 5.142px 6.128px 54px 0px rgba(162, 162, 162, 0.15);
    border-radius: 32px;
    resize: none;
    padding-top: 15px;
    height: 60px;
    border: 0;
}

.pop-form form .control-group input:focus {
    outline: 0;
}

.pop-form form .control-group textarea:focus {
    outline: 0;
}

div#pop-form form {
    width: 75%;
    display: table;
}
.pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    margin: 10px 0 0 0px !important;
    font-weight: 300;
    text-transform: uppercase;
    display: table;
    text-align: left;
    background: #ffcd24;
    width: auto;
    border-radius: 0 32px 32px 32px;
}
.popupform-main.active {
    display: block;
}
.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.pop-form {
    position: absolute;
    width: 1040px;
    height: 560px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bg2.png);
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 92%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.popupform-main h3 {
    font-size: 26px;
    margin: 31px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0 !important;
}

.popupform-main h2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #ffcd24;
    font-weight: 700;
    text-align: LEFT;
}

.popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}

.fspx-23 {
    font-size: 23px;
}
.fw-exbold {
    font-weight: 800 !important;
}

.ls-xsmall {
    letter-spacing: -2px;
}
.fc-red {
    color: #fb2224;
}
.tt-uppercase {
    text-transform: uppercase !important;
}   
.popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
}
.fspx-20 {
    font-size: 20px;
    display: block;
}
.fspx-23 {
    font-size: 23px;
    margin-bottom: 10px;
}
.fw-normal {
    font-weight: 400 !important;
}
.popupform-main .main-pop {
    padding: 15px 10px 0 0;
}
.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}
.pop-form form .control-group {
    margin-bottom: 10px;
}
form .control-group {
    margin-bottom: 24px;
    position: relative;
}
.pop-form form .control-group input[type=text],.pop-form form .control-group input[type=text], .pop-form form .control-group input[type=number], .pop-form form .control-group input[type=email], .pop-form form .control-group select, .pop-form form .control-group textarea {
    background-color: #fff;
    text-align: left;
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: auto;
}
.popupform-main form select{
    color: #333333;
    padding: 10px;
    height: auto;
    width: 100%;
     background: rgb(255, 255, 255);
    box-shadow: 5.142px 6.128px 54px 0px rgba(162, 162, 162, 0.15);
    border: 0;
    border-radius: 32px;
    margin-bottom: 6px;
}

.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: auto;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    box-shadow: 5.142px 6.128px 54px 0px rgba(162, 162, 162, 0.15);
    border: 0;
    border-radius: 32px;
    margin-bottom: 6px;
}

form .numberarea {
    width: auto;
    position: relative;
}
.pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    margin: 10px 0 0 0px !important;
    font-weight: 300;
    text-transform: uppercase;
    display: table;
    text-align: left;
    background: #ffcd24;
    width: auto;
    border-radius: 0 32px 32px 32px;
}
.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}
.popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
}
.float-left {
    float: left;
}
.lh-medium {
    line-height: 1.2;
}
.lh-medium {
    line-height: 1.2;
}
.ta-left {
    text-align: left;
}
.fw-exbold {
    font-weight: 800 !important;
}
.mtpx-60{
    margin-top: 60px;
}




@media(max-width: 1550px){

    div#pop-form form {
        width: 83%;
        display: table;
    }
    .pop-form {
    width: 950px;
    height: 620px;
    display: flex;
        align-items: center;
    }
    div#pop-form {
    width: 55%;
    }
    .pop-form {
    width: 1080px;
    top: 0px;
    height: auto;
    background-position: center;
    }

    .pop-form .close-btn {
    right: 80px;
    top: -5px;
    }
}
@media(max-width: 1180px){
    .popupform-main h2 {
    font-size: 40px;
    }

    div#pop-form form {
        padding-top: 15px;
    }

    .pop-form {
        width: 991px;
        display: flex;
        align-items: center;
    }
    div#pop-form {
    width: 55%;
    padding-top: 20px;
    }

    .popupform-main label.control.control--checkbox {
        font-size: 12px;
    }

    .pop-form .close-btn {
        top: 10px;
    }

       .logo {
    margin: 0 !important;
    width: 120px !important;
    height: 110px !important;
    object-fit: scale-down;
    position: relative;
    top: -20px;
}
    }

}
@media(max-width: 991px){
    .col-sm-5.mobile-col-rm {
    display: none;
    }
    .pop-form {
    position: absolute;
    width: 510px;
    height: 500px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* background-image: url(../images/popup-bg2.png); */
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    }
    div#pop-form form {
    width: 100%;
    }
    .popupform-main h2 {
    text-align: center;
    }

    .pop-form form .control-group {
    }

    .pop-form .submit-btn {
        text-align: center;
        margin: 0 auto !important;
    }

    .popupform-main label.control.control--checkbox {
        text-align: center;
    }

    div#pop-form {
        width: 100%;
        padding-top: 18px;
    }
    .popupform-main .col-sm-offset-4.col-sm-8 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    }
    .popupform-main h3{
        font-size: 30px !important;
    }
    .popupform-main h6 {
    font-size: 30px;
    }
    #flform input[type="text"], input[type="email"]{
        margin-bottom: 0px;
    }
    .pop-form .close-btn {
    width: 35px;
    height: 30px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #080808;
    padding-top: 3px;
    }

       .logo {
    margin: 0 !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: scale-down;
    position: relative;
    top: -20px;
}
    }

}
@media(max-width: 767px){
    .popupform-main h6:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 28px solid #4274fa;
    border-bottom: 28px solid transparent;
    }
    div#pop-form form {
    width: 100%;
    }
    .pop-form {
    position: absolute;
    width: 334px !important;
    /* height: 535px !important; */
    }
    .popupform-main .pop-form h3 {
    font-size: 21px !important;
    margin-top: 4px;
    }
    .pop-form .close-btn {
    /* top: -13px; */
    /* right: -6px; */
    height: 35px;
    }
    .popupform-main h6 {
    letter-spacing: 0;
    font-size: 21px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 3px 8px 5px 8px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
    }
    .pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 8px 0px;
    
    }
    div#pop-form {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    }
    .popupform-main h3 {
    font-size: 26px;
    margin: 31px 0 0 0;
    color: #ffffff;
    font-weight: 500;
    }
    .popupform-main h2 {
    font-size: 30px;
    margin: 10px 0 0 0;
    /* color: #ffffff; */
    font-weight: 700;
    }
    .popupform-main h4 {
    font-size: 24px;
    margin: 8px 0 0 0;
    color: #fff;
    font-weight: 700;
    }
    
    .chk-st-1 {display: inline-flex;}

       .logo {
    margin: 0 !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: scale-down;
    position: relative;
    top: -20px;
}
    }


}


@media  (max-width:600px) {
    /*.logo{
        width: 50%;
        margin-top: -36px;
    }*/

    .navbar-brand {
        float: left;
        /* height: 50px; */
        padding: 0px 20px;
        /* font-size: 18px; */
        /* line-height: 20px; */
    }
    .banner_trust_img {
        margin-left: 5%;
    }

       .logo {
    margin: 0 !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: scale-down;
    position: relative;
    top: -20px;
}
    }

}

 @media only screen and (min-width: 500px) and (max-width: 767px)  {

    .logo {
    margin: 0 !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: scale-down;
    position: relative;
    top: -20px;
}
    }



}