 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 

body,
p {
    font-weight: 400
}

::selection{
/*user-select: none;*/
}

.bg-gray,
.cry_ser,
.expert-solution .tab-pane,
.ourservices,
.ourspecialty,
.ppr_sec,
.secc_fec,
.unparalleled_sec,
.wcat_card {
    position: relative
}

.text,
body {
    line-height: 1.5
}

.em_card:after,
.mfi,
.ppr_sec:before {
    pointer-events: none
}

.cc_num,
.counter_card ul li strong *,
.wcat_card span strong em {
    font-style: normal
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

p {
    line-height: 1.6;
    font-size: .95rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}

a {
    color: var(--bs-link-color);
    text-decoration: none
}

.fa-1_2x {
    font-size: 1.2rem
}

@media (min-width:1540px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:992px) {
    .mobile-menu .ma5menu__toggle {
        display: none;
        margin-top: 0
    }
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    text-transform: capitalize !important;
}
.text-skype {
    color: #03a9f4
}

.text-success {
    color: #55cd6c !important
}

.btn-theme {
    background: #ee4f77 !important;
    color: #fff !important
}

.btn-theme-shadow {
    box-shadow: 0 8px 24px rgba(238, 79, 118, .47)
}

.btn {
    font-weight: 500;
    border-radius: 50px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: .2s;
    font-size: 16px;
    width: fit-content;
    outline: 0 !important
}

.btn-sm {
    font-weight: 400;
    padding: 8px 20px;
    font-size: 14px
}

.btn:hover {
    opacity: .9
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none
}

.bg-gray {
    background-color: #f5f5f5;
    z-index: 1
}

.bg-gray-b {
    background-color: #f4f7fc
}

.btn-animation {
    box-shadow: 0 0 0 0 rgb(239 88 125 / 40%);
    -webkit-animation: 1.5s infinite power1
}

@-webkit-keyframes power1 {
    70% {
        box-shadow: 0 0 0 30px rgba(239, 88, 125, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 88, 125, 0)
    }
}


#get-quote h2 ~ p {
    display: none;
}


.navbar-toggler {
    font-size: 23px;
}
.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


@media screen and (min-width:1601px) and (max-width:1780px) {
    .menu-bar {
        padding: 0 5%
    }
}

.container-xxl {
    max-width: 1500px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:1400px) and (max-width:1539px) {
    .container-xxl {
        max-width: 1320px
    }
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    .container-xxl {
        max-width: 1170px
    }
    .menu-bar .navbar .nav-link {
        font-size: 13px;
        padding: 10px 7px !important;
    }
    .header .navbar .nav-item {
        margin-left: 0
    }
}






@media (min-width: 1439px){

    .main_page_home .container, .footer_home .container {
        max-width: 1320px;
    }

}



.header .top-bar .leftlist > li > a .fa-phone-alt {
    color: #1367f7;
}
#header_fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: -1px 1px 20px -7px #33333342;
    z-index: 9;
}
#header_fixed.fixed-nav {
    transform: translateY(-142px);
}


.header a.navbar-brand {
    max-width: 250px;
    display: flex;
    z-index: 9999;
}



.header .top-bar {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    align-items: center;
    transition: 0.3s;
    background: #f1f1ff;
}

.top-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
} 

.top-bar ul.leftlist {
    margin: 0;
} 

.header .top-bar .leftlist > li > a, .header .top-bar .rightcontact li > a {
    color: #3c3c3c;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    padding: 0px 10px !important;
    font-size: 15px;
    background: transparent;
    border-radius: 5px;
    transition: 0.2s;
}


.header .top-bar a>img {
    max-width: 20px;
    height: 20px;
    object-fit: scale-down;
}
.header .top-bar a .ri-xl {
    font-size: 1.2rem;
}

.header .top-bar a {
    color: #3c3c3c;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
}


.text-skype {
    color: #03a9f4 !important;
}
.text-mail {
    color: #0d6efd !important;
}
.text-call {
    color: #1a1a1a !important;
}
.text-whatsapp {
    color: #55cd6c !important;
}

.fa-1_2x {
    font-size: 1.2rem;
}


.header .top-bar ul.rightcontact {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .top-bar ul.rightcontact li {
    display: inline-block; 
}



.top-bar .dropdown-menu {
    margin-top: 13px;
    border-radius: 8px;
    border: none;
    min-width: 12rem;
    padding: 22px 12px;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .1);
    min-width: 270px;
    overflow: hidden;
    z-index: 99999;
}



.top-bar .dropdown-menu {
    margin-top: 13px;
    border-radius: 8px;
    border: none;
    padding: 16px 12px;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .1);
    min-width: 270px
}

.top-bar .dropdown-menu hr {
    margin-top: 11px
}

.top-bar ul.contact-number li {
    margin: 0 0 5px;
    display: block
}

.top-bar ul.contact-number li a {
    color: #3c3c3c;
    font-size: 14px;
    letter-spacing: 0
}

.top-bar ul.contact-number li a .flag_icon {
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.top-bar ul.contact-number li a .flag_icon2 {
    background: url(../newimages/flags.png) 0 -28px
}

.top-bar ul.contact-number li a .flag_icon3 {
    background: url(../newimages/flags.png) 0 -54px
}

.top-bar .left-icon img {
    max-width: 50px
}

.top-bar .dropdown-menu .row {
    justify-content: center;
    align-items: center;
    align-self: center
}

.top-bar h6 {
    margin-bottom: 0;
    font-size: 14px
}

.top-bar ul.social-link {
    text-align: center;
    line-height: 12px;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding-top: 12px
}

.top-bar ul.social-link li {
    display: inline-block;
    margin: 0 5px;
    line-height: 12px
}

.top-bar ul.social-link li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.top-bar ul.social-link li a.facebook {
    background: #3b5999
}

.socialbar ul li.linkedin:hover a,
.top-bar ul.social-link li a.linkedin {
    background: #0077b5
}

.top-bar ul.social-link li a.twitter {
    background: #55acee
}

.top-bar ul.social-link li a.instagram {
    background: #e4405f
}

.top-bar ul.social-link li a.quora {
    background: #b92b27
}


.cl_list > a {
    text-decoration: none;
    color: #000000b3;
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #33333312;
    transition:0.2s;
}

.cl_list > a:hover {
    background: #1668e10d;
}

.cl_list > a span small {
    display: block;
    opacity: 0.5;
    font-size: 65%;
}

.cl_socials {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.cl_socials a {
    border: 0;
    font-size: 16px;
    background: #0000000d;
    padding: 4px 0;
    text-align: center;
    border-radius: 5px;
    width: calc(18% - 4px);
    margin: 0 2px;
}

.cl_socials a:hover {
    background: #1668e1;
    color: #fff;
}





/*btn css*/
.btn {
    font-weight: 500;
    border-radius: 50px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: 0.2s;
    font-size: 16px;
    width: fit-content;
    outline: 0 !important;
}


/*btn sm*/
.btn-sm {
    font-weight: 400;
    padding: 10px 25px;
    font-size: 14px;
}

/*btn theme*/
.btn-theme {
    background: #ee4f77 !important;
    color: #fff !important;
}


/*btn shadow*/
.btn-theme-shadow {
    box-shadow: 0px 8px 24px rgba(238, 79, 118, 0.47);
}




.header .top-bar ul.rightcontact li, .letstalk .btn1 span .fa-frown, .letstalk .btn1:hover .fa-smile, .our-technology-s .tab-content ul li .tech-icon img, .our-technology-s.p-tech ul li .tech-icon img, .ourservices .mobileappbox ul li, .ourteam ul.contactlist li, .sayhi .rtimg, .top-bar ul.leftlist li {
    display: inline-block;
}

.btn.btn-header, .header .top-bar ul.rightcontact a.btn1 {
    background: #ee4f76;
    color: #fff;
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 25px;
    box-shadow: 0 8px 24px rgba(238, 79, 118, .47);
}
.top-bar ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}




.flat_button {
    left: 25px;
    height: 47.98px;
    width: 47.98px;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: none
}

.flat_button * {
    width: 100%;
    max-width: 22px;
    max-height: 22px;
    margin: 0 auto;
    object-fit: scale-down
}

.float_whatsapp {
    background: #55cd6c;
    box-shadow: -5px 6px 25px #55cd6c6b;
    top: calc(100vh - 58px);
    transition: .3s;
    left: 15px
}

.float_skype {
    background: #fff;
    box-shadow: -5px 6px 25px hsl(199deg 98% 48% / 41%);
    top: calc(100vh - 120px);
    transition: .3s;
    left: 15px
}

header.navbar-fixed .float_whatsapp {
    transform: translateY(45px);
    top: calc(100vh - 178px);
    transition: .5s
}

header.navbar-fixed .float_skype {
    transform: translateY(45px);
    top: calc(100vh - 115px);
    transition: .5s
}

.float_btn {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}





/*main_menu*/
.header .main_menu {
    padding: 13px 0;
}
.main_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EFEFEF;
    border-radius: 50px;
    padding: 0;
}
.nav-link {
    padding: 12px 20px !important;
    line-height: 1.1;
    color: #111;
    border-radius: 50px;
    font-size: 15px;
}
.nav-link:hover {
    background: #f1f1ff;
}

.header .navbar .navbar-collapse {
    justify-content: center;
}
.menu-bar .navbar .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    padding: 32px 10px;
    letter-spacing: .5px;
    border-radius: 50px;
    cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 767px){


  
  .top-bar .dropdown-menu.cl-drp .col-md-3.pd-0 {
        width: 60px;
        display: inline-block
    }
    .top-bar .dropdown-menu.cl-drp .col-md-9.pl-2 {
        display: inline-block;
        width: 74%
    }
  .hr-contact {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding: 8px 0;
}
  .hr-contact ul li:first-child {
    width: 40px;
    margin: 0 15px;
}
    .flat_button {
        display: flex;
    }
  	#header_fixed.fixed-nav .float_whatsapp {
    	top: calc(100vh + 86px);
    }
  	#header_fixed.fixed-nav .float_skype {
      top: calc(100vh + 24px);
  }

/*topbar*/

.header .top-bar {
    padding: 6px 0px;
}
.header .top-bar ul.rightcontact li {
    margin-left: 0;
    margin-right: 0;
}

.header .top-bar ul.rightcontact a {
    display: none;
    font-size: 13px;
}
.header .top-bar .leftlist > li > a, .header .top-bar .rightcontact li > a { 
    padding: 0 !important; 
}
.navbar-brand img {
    max-width: 180px;
}

.main_menu   .btn-raq{
	display: none;
}

.navbar-toggler {
    font-size: 17px;
    border: 0;
    padding: 0;
    opacity: 1;
    color: #000 !important;
    box-shadow: none !important;
}

.header .main_menu {
    padding: 5px 0;
}






.header a.navbar-brand {
    max-width: 180px;
    padding: 1px 0;
}

}




@media only screen and (min-width: 992px) and (max-width: 1299px){



    .top-bar ul li {
        display: inline-block;
        margin-right: 0;
        vertical-align: middle;
    }

}


@media only screen and (min-width: 300px) and (max-width: 991px){ 
.main_menu   .btn-raq {
    display: none;
}
    .main_nav {
        border: 0;
        margin: 20px 0 20px;
        border-top: 1px solid #bbb3;
        border-radius: 0;
        padding: 12px 0  0;
    }

    li.nav-item.dropdown {
        width: 100%;
    }

    .menu-bar .navbar .nav-link { 
        position: relative;
    }

    .menu-bar .navbar .nav-link:before {
        content: "\ea6e";
        font-family: 'remixicon' !important;
        position: absolute;
        right: 0;
        top: 15px;
        font-size: 18px;
        font-weight: 200;
    }

    .nav-link {
        padding: 14px 0 !important; 
        font-size: 15px;
    }


}