@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');

* {
    font-family: 'Poppins', sans-serif !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.fa {
    font-family: "Font Awesome 5 Free" !important;
}

.fas {
    font-family: "Font Awesome 5 solid" !important;
}

.modal-backdrop {
    display: none !important;
}

.modal-dialog {
    width: max-content;
}

.required {
    color: red;
    font-size: 13px;
    display: none;
}

#header_modal .input1.error:focus,
#header_modal .input1.error:valid {
    border: 2px solid rgb(255, 0, 0);
    background: rgb(255, 255, 255);
}

#header_modal .input1.error {
    border: 2px solid red;
    background: rgba(255, 0, 0, 0.26);
}

#recaptcha_callback4,
#recaptcha_callback3,
#recaptcha_callback2,
#recaptcha_callback {
    display: none;
}

.contacterr,
.emailerr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
    right: 0 !important;
}

form .error {
    border: 1px solid #ff0000 !important;
}

#contact_form .contacterr {
    font-size: 12px;
    margin: -15px 0 3px;
    line-height: 1;
    font-weight: 600;
}

#contact_form .emailerr {
    font-size: 12px;
    margin: 2px 0 -6px;
    font-weight: 600;
    line-height: 1;
}

#contact_form .btn-avail2,
#contactsec_form .btn-avail2 {
    cursor: pointer;
}

#contact_form .btn-avail2:hover {
    background-color: transparent;
    border: 2px solid #ff9f00;
    color: #000000;
}

#header_form .contacterr {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

#header_form .emailerr {
    font-size: 12px;
    margin: 5px 0 -5px;
    line-height: 1;
    font-weight: 500;
}

#contactsec_form .contacterr {
    font-size: 12px;
    margin: -12px 0 0;
    line-height: 1;
    font-weight: 600;
}

#contactsec_form .emailerr {
    font-size: 12px;
    margin: 5px 0 -10px;
    line-height: 1;
    font-weight: 600;
}

#side_form .contacterr {
    font-size: 12px;
    margin: -12px 0 0px;
    line-height: 1;
    font-weight: 600;
}

#side_form .emailerr {
    font-size: 12px;
    margin: -10px 0 10px;
    line-height: 1;
    font-weight: 600;
}

.resize-none {
    resize: none;
}

/* @font-face {
  font-family: Poppins-Black;
  src: url("../fonts/Poppins-Black.ttf");
}
@font-face {
  font-family: Poppins-BlackItalic;
  src: url("../fonts/Poppins-BlackItalic.ttf");
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: Poppins-BoldItalic;
  src: url("../fonts/Poppins-BoldItalic.ttf");
}
@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../fonts/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family: Poppins-ExtraBoldItalic;
  src: url("../fonts/Poppins-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url("../fonts/Poppins-ExtraLight.ttf");
}
/*---------------------------------------------*/


/* @font-face {
  font-family: Poppins-ExtraLightItalic;
  src: url("../fonts/Poppins-ExtraLightItalic.ttf");
}
@font-face {
  font-family: Poppins-Italic;
  src: url("../fonts/Poppins-Italic.ttf");
} */


/*---------------------------------------------*/


/* @font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: Poppins-LightItalic;
  src: url("../fonts/Poppins-LightItalic.ttf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: Poppins-MediumItalic;
  src: url("../fonts/Poppins-MediumItalic.ttf");
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: Poppins-SemiBoldItalic;
  src: url("../fonts/Poppins-SemiBoldItalic.ttf");
}
@font-face {
  font-family: Poppins-Thin;
  src: url("../fonts/Poppins-Thin.ttf");
}
@font-face {
  font-family: Poppins-ThinItalic;
  src: url("../fonts/Poppins-ThinItalic.ttf");
} */

.asd {
    padding: 175px 130px 0 0;
    margin: 0;
}

body {
    background-color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-family: Poppins-Regular;
}

header {
    color: #000;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99999;
    margin: 0;
    background-color: transparent;
}

.mt-10 {
    margin-top: 10px;
}

.bg-light {
    background-color: transparent !important;
}

.colorwhite {
    color: #ff9f00;
    font-size: 46px;
}

.color-frozi {
    color: #00bccf;
}

.lr-space {
    padding-left: 8%;
    padding-right: 8%;
}

.navbar {
    margin-top: 10px;
}

.top-header {
    padding-top: 0;
    padding-bottom: 0;
}

.top-header a {
    padding-left: 25px;
    font-size: 14px;
    color: #fff !important;
    font-family: Poppins-Regular;
}

.nav-link {
    font-size: 16px;
    color: #fff !important;
    font-family: Poppins-Regular;
    /*background-color: #3e838b;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.slide-btn {
    padding: 12px 40px 12px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.slide-btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000 !important;
    font-size: 16px;
}

.res-btn {
    padding: 6px 10px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #e29c55;
    color: #343535;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.res-btn.v2 {
    border: 2px solid #1b4871;
}

.res-btn.v3 {
    border: 2px solid #2b7934;
}

.res-btn.v4 {
    border: 2px solid #282421;
}

.res-btn:hover {
    background-color: #dc1f2e;
    border: 2px solid #dc1f2e;
    color: #fff !important;
    font-size: 16px;
}

.slide-bor {
    border-left: 2px solid #981818;
    border-right: 2px solid #981818;
}

.slide-bg-bot {
    background-color: #040302;
}

.slide-bot {
    background-color: #040302;
    padding: 15px 10px;
}

.slide-bot-serv {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    padding: 15px 10px;
}

.slide-icon {
    float: left;
    padding: 10px;
}

.slide-txt {
    color: #fff;
    padding-left: 66px;
    font-family: Poppins-Regular;
}

.slide-txt h6 {
    font-size: 18px;
    font-family: Poppins-Regular;
    text-transform: uppercase;
}

.slide-txt p {
    margin-bottom: 0px;
}

.slide-icon-serv {
    float: left;
    padding: 5px;
}

.slide-icon-serv img {
    width: 60px;
}

.slide-txt-serv {
    color: #000;
    padding-left: 66px;
    font-family: Poppins-Regular;
}

.slide-txt-serv h6 {
    font-size: 20px;
    font-family: Poppins-Regular;
    text-transform: uppercase;
}

.slide-txt-serv p {
    margin-bottom: 0px;
}

.slide-bot1 {
    position: relative;
    top: -152px;
}

#resources .res {
    box-shadow: 0 0 10px #0003;
}

.res-left {
    width: 100%;
    float: left;
    margin: 0 0 12px;
}

.res-right {
    width: 100%;
    /* float: right; */
    /* text-align: center; */
    /* padding: 0 0 30px; */
}

.section-text {
    background-image: url(../img/home/testimonial.jpg);
    background-position: left;
    background-color: #404040;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

#resources .aa {
    padding: 15px;
}

.text-bg {
    background-color: #fff;
    padding: 15px;
}

.text-img {
    float: left;
    width: 80px;
    height: 80px;
    padding-top: 10px;
}

.text-img img {
    border-radius: 50px;
}

.text-txt {
    padding-left: 95px;
}

.text-txt p {
    font-size: 16px;
    font-family: Poppins-Regular;
}

.text-txt h6 {
    font-size: 16px;
    font-family: MyriadPro-Bold;
}

.section-top {
    padding-top: 50px;
}

.section-bot {
    padding-bottom: 50px;
}

.testi-title h2 {
    color: #fff;
}

.testi-title p {
    color: #fff;
}

.section-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    color: #00bccf;
    font-family: Poppins-Light;
    font-weight: 600;
}

.section-title h2 span {
    color: #ff9f00;
}

.section-title p {
    font-size: 16px;
    color: #000;
    font-family: Poppins-Regular;
    line-height: 1.2;
}

.services-aa .section-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pub-bg p {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    font-family: Poppins-Regular;
}

.contact-form h2 {
    font-size: 36px;
    color: #fff;
    font-family: Poppins-Bold;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    color: #fff;
}

.social span a i {
    color: #fff;
    font-size: 16px;
}

.social span a i:hover {
    color: #00bccf;
    font-size: 16px;
}

footer h5 {
    font-size: 18px;
    color: #ff9f00;
    font-family: Poppins-Light;
}

footer p {
    font-size: 15px;
    font-family: Poppins-Light;
    /*margin-bottom: 0px;*/
    color: #fff;
}

footer p a {
    color: #fff;
}

footer p a:hover {
    color: #00bccf;
}

footer span a {
    color: #fff;
}

footer span a:hover {
    color: #00bccf;
}

.cta-bg {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background: rgb(156, 0, 1);
    /*/ Old browsers /*/
    background: -moz-linear-gradient(top, rgba(156, 0, 1, 1) 0%, rgba(223, 0, 3, 1) 53%, rgba(174, 2, 2, 1) 74%, rgba(194, 0, 1, 1) 93%);
    /*/ FF3.6-15 /*/
    background: -webkit-linear-gradient(top, rgba(156, 0, 1, 1) 0%, rgba(223, 0, 3, 1) 53%, rgba(174, 2, 2, 1) 74%, rgba(194, 0, 1, 1) 93%);
    /*/ Chrome10-25,Safari5.1-6 /*/
    background: linear-gradient(to bottom, rgba(156, 0, 1, 1) 0%, rgba(223, 0, 3, 1) 53%, rgba(174, 2, 2, 1) 74%, rgba(194, 0, 1, 1) 93%);
    /*/ W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9c0001', endColorstr='#c20001', GradientType=0);
    /*/ IE6-9 /*/
}

.cta-bg h2 {
    font-size: 34px;
    font-family: Montserrat-Light;
    color: #fff;
}

.cta-bg h2 span {
    font-family: Montserrat-ExtraBold;
    color: #fff;
}

.loyal-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #000;
}

.btn-avail {
    font-family: Poppins-Regular;
    font-size: 16px;
    background-color: #ff9f00;
    border: 2px solid #ff9f00;
    padding: 12px 40px;
    width: 250px;
    color: #000;
}

.btn-avail:hover {
    background-color: transparent;
    border: 2px solid #ff9f00;
    color: #fff;
}

.btn-avail2 {
    font-family: Poppins-Regular;
    font-size: 16px;
    background-color: #ff9f00;
    border: 2px solid #ff9f00;
    padding: 12px 40px;
    width: 250px;
    color: #000;
}

.btn-avail2:hover {
    background-color: transparent;
    border: 2px solid #ff9f00;
    color: #fff;
}

.btn-auther {
    /* position: relative; */
    font-family: Poppins-Regular;
    /* font-size: 16px; */
    background-color: #e29c55;
    border: 2px solid #e29c55;
    padding: 6px 00px;
    width: 100%;
    /* color: #000; */
    display: inline-block;
    text-align: center;
}

.btn-auther:hover {
    background-color: transparent;
    border: 2px solid #e29c55;
    color: #e29c55 !important;
}

.btn-lib {
    position: relative;
    font-family: Poppins-Regular;
    font-size: 16px;
    background-color: #1b4871;
    border: 2px solid #1b4871;
    padding: 6px 00px;
    width: 100%;
    color: #000;
    display: inline-block;
    text-align: center;
}

.btn-lib:hover {
    background-color: transparent;
    border: 2px solid #1b4871;
    color: #1b4871 !important;
}

.btn-soc {
    position: relative;
    font-family: Poppins-Regular;
    font-size: 16px;
    background-color: #2b7934;
    border: 2px solid #2b7934;
    padding: 6px 00;
    width: 100%;
    color: #000;
    display: inline-block;
    text-align: center;
}

.btn-soc:hover {
    background-color: transparent;
    border: 2px solid #2b7934;
    color: #2b7934 !important;
}

.btn-adv {
    position: relative;
    font-family: Poppins-Regular;
    font-size: 16px;
    background-color: #282421;
    border: 2px solid #282421;
    padding: 6px 00px;
    width: 100%;
    color: #000;
    display: inline-block;
    text-align: center;
}

.btn-adv:hover {
    background-color: transparent;
    border: 2px solid #282421;
    color: #282421 !important;
}

.ser-txt {
    text-align: center;
}

.ser-txt h5 {
    padding-top: 10px;
    margin-right: 35px;
    margin-bottom: 4px;
    font-family: MyriadPro-Bold;
}

.ser-txt p {
    margin-right: 35px;
    padding-top: 4px;
    padding: 10px 25px 0px;
    border-top: 4px solid #ba1b1b;
    text-align: center;
    margin-bottom: 0px;
}

.ser-txt span i {
    float: right;
    margin-right: 35px;
    color: #7f7f7f;
    font-size: 32px;
}

.top-service h3 {
    font-family: Poppins-Regular;
    color: #fff;
    font-size: 45px;
}

.counter h4 {
    font-family: MyriadPro-Bold;
    color: #fff;
    font-size: 38px;
}

.counter p {
    font-family: Poppins-Regular;
    color: #fff;
    font-size: 20px;
}

.chosse h6::after {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #ba1b1b;
    width: 6rem;
    margin: 0 0rem 5px 7px;
    /* transform: translateY(-1rem); */
}

.home-icon {
    text-align: center;
}

.home-icon img {
    width: 118px;
    margin: auto;
}

.home-icon h6 {
    font-family: Poppins-Regular;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}

.btn-order {
    padding: 8px 50px 6px;
    background-color: #ba1b1b;
    color: #fff;
    border-radius: 22px;
    font-size: 14px;
    width: 190px;
    border: 4px solid #ba1b1b;
    font-family: Poppins-Regular;
    font-size: 18px;
    height: 45px;
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.btn-order:hover {
    border: 4px solid #ba1b1b;
    color: #ba1b1b;
    background-color: #fff;
}

.testi-title h2 {
    font-family: Poppins-Regular;
    color: #fff;
    font-size: 45px;
}

.testi-title p {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #fff;
}

.icon-top i {
    padding: 18px;
    border: 1px solid #8148ff;
    color: #8148ff;
    border-radius: 12px;
    font-size: 20px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    /*background-image: linear-gradient(to right, #8148ff, #4b67b4);*/
}

.icon-title {}

.services-bg {
    background-image: url(../img/home/cta.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 550px;
}

.top-service {
    padding-top: 50px;
}

.services1-bg {
    background-image: url(../img/home/services_bg.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services1-bg p {
    color: #fff;
    text-align: center;
}

.services1-box {
    color: #fff;
    margin: 10px 0px;
    padding: 15px;
    text-align: center;
    /*border-radius: 15px;*/
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(72, 149, 235), rgb(106, 81, 232));
    border-image-slice: 5;
}

.services1-box:hover {
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb);
}

.services-box {
    color: #fff;
    margin: 10px 0px;
    padding: 12px;
    height: 200px;
    /*border-radius: 15px;*/
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(72, 149, 235), rgb(106, 81, 232));
    border-image-slice: 5;
}

.services-box:hover {
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb);
}


/*.services-box {
    position: relative;
    border: 4px solid transparent;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(orange, violet);
    background-clip: padding-box;
    padding: 10px;
    box-shadow: 0 3px 9px orange, inset 0 0 9px violet;
}*/


/*.services-box::after {
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    background: linear-gradient(red, blue);
    content: '';
    z-index: -1;
    border-radius: 16px;
}*/

.services-num h3 {
    float: left;
    font-size: 58px;
}

.services-txt {
    padding-left: 25%;
}

.services-txt h3 {
    padding-top: 10px;
    font-size: 24px;
    font-family: PlayfairDisplay-Bold;
}

.services-txt p {
    font-size: 14px;
}

.cta {
    width: 50%;
    margin: auto;
}

.cta1 {
    width: 80%;
    margin: auto;
}

.cta-icon {
    float: left;
    font-size: 30px;
    color: #fff;
}

.cta-icon i {
    padding-top: 15px;
    font-size: 40px;
    color: #fff;
}

.cta-txt {
    padding-left: 44px;
    font-size: 24px;
    color: #fff;
}

.cta-txt span {
    font-size: 16px;
    font-family: Lato-regular;
}

.cta-txt p {
    font-size: 24px;
    color: #fff;
}

.cta-order {
    font-size: 24px;
    color: #fff;
}

.order-btn {
    background-color: #fff;
    width: 250px;
    text-align: center;
    font-size: 12px;
    color: #4895eb;
    padding: 10px 26px;
    border-radius: 20px;
}

.view-btn {
    background-color: transparent;
    width: 250px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 10px 26px;
    border-radius: 20px;
}

.view-btn:hover {
    background-color: #fff;
    width: 250px;
    text-align: center;
    font-size: 12px;
    color: #4895eb;
    padding: 10px 26px;
    border-radius: 20px;
}

.order-btn:hover {
    background-color: transparent;
    width: 250px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 10px 26px;
    border-radius: 20px;
}

.guarantee-top {
    padding-top: 50px;
    padding-bottom: 50px;
}

.guarantee-box {
    padding-top: 15px;
}

.guarantee-img {
    float: left;
}

.guarantee-text {
    padding-left: 90px;
}

.guarantee-text h5 {
    font-size: 18px;
    font-family: Lato-bold;
}

.guarantee-text p {
    font-size: 14px;
    font-family: Lato-regular;
}

.footer-info {
    padding-left: 25px;
}

.footer-info p {
    font-size: 14px;
}

footer span {
    font-size: 16px;
}

.head-number {
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb);
    padding: 7px 15px;
    color: #fff;
    border-bottom-left-radius: 15px;
    position: absolute;
    top: 0;
    right: -5%;
    float: right;
}

.head-number a {
    color: #fff;
    font-size: 13px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}

.carousel-item {
    /*height: 100vh;*/
    /*min-height: 662px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    text-align: left;
    transform: translateY(50%);
    bottom: 50%;
}

.inner-caption {
    text-align: left;
    transform: translateY(-50%);
    top: 50%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 12px;
}

.carousel-caption h1 {
    color: #fff !important;
    margin-bottom: 20px;
    font-size: 60px;
    font-family: Poppins-SemiBold;
    line-height: 0.6;
}

.carousel-caption h2 {
    font-size: 30px;
    font-family: Poppins-Regular;
}

.logo-bg {
    position: relative;
    margin-top: -7px;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 2px 0px 22px 5px rgba(79, 79, 79, 0.16);
    -moz-box-shadow: 2px 0px 22px 5px rgba(79, 79, 79, 0.16);
    box-shadow: 2px 0px 22px 5px rgba(79, 79, 79, 0.16);
}

.res img {
    height: 200px;
    object-fit: cover;
}

.icon {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px;
    box-shadow: 0 0 10px #0003;
    border-radius: 12px;
    margin: 0 0 30px;
    min-height: 180px;
}

.icon-bg {
    background-image: url(../img/icon/icon-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    width: auto;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bg>img {
    transition: transform 0.8s;
    width: 50px;
    height: auto;
}

.icon-bg>img:hover {
    transform: scale(1.2);
}

.icon h6 {
    font-size: 18px;
    font-family: Poppins-Regular;
}

.access h3 {
    font-size: 30px;
    padding-top: 25px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Poppins-Light;
}

.access p {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Poppins-Light;
}

.res-text {
    padding-top: 10px;
    margin-bottom: 15px;
}

.res h4 {
    padding: 0;
    font-size: 17px;
    color: #343535;
    font-family: Poppins-Light;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 20px;
}

.ser-bg {
    background-color: #fff;
    /* -webkit-box-shadow: 2px 0px 22px 5px rgb(79 79 79 / 16%); */
    /* -moz-box-shadow: 2px 0px 22px 5px rgba(79, 79, 79, 0.16); */
    /* box-shadow: 2px 0px 22px 5px rgb(79 79 79 / 16%); */
}

.ser-text {
    padding: 25px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 0;
    box-shadow: 0 0 10px #0003;
    min-height: 250px;
    /* border-radius: 15px 0 15px 0; */
}

.ser-text h3 {
    margin-top: 0;
    font-size: 22px;
    color: #052d88;
    font-family: Poppins-Light;
    font-weight: 600;
    margin: 0 0 20px;
}

.ser-text p {
    margin-top: 0;
    font-size: 14px;
    color: #000;
    font-family: Poppins-Regular;
    margin: 0;
}

.ser-text ul {
    list-style: inside;
    padding: 0;
    margin: 0;
}

.ser-text ul li {
    margin-top: 0;
    font-size: 15px;
    color: #000;
    font-family: Poppins-Regular;
}

.slide-txt-bot {
    margin-bottom: 30px;
}

.assign h2 {
    font-size: 46px;
    font-family: Poppins-Regular;
}

.assign h6 {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: Poppins-Regular;
}

.assign h6::after {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #ba1b1b;
    width: 6rem;
    margin: 0 0rem 5px 7px;
    /*transform: translateY(-1rem);*/
}


/*.assign h6::before {
    display: inline-block;
    content: "";
    border-top: .3rem solid #5142b9;
    width: 4rem;
    margin: 0 1rem 0 0;
    transform: translateY(-1rem);
}*/

.choose h2 {
    font-size: 46px;
    font-family: Poppins-Regular;
}

.choose h6 {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: Poppins-Regular;
}

.choose h6::after {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #ba1b1b;
    width: 16rem;
    margin: 0 0rem 5px 7px;
    /*transform: translateY(-1rem);*/
}

.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}

#process .cc {
    display: flex;
    align-items: center;
}

#process .cc h2 {
    font-size: 24px;
    font-weight: 600;
    color: #343535;
    line-height: 1.2;
    margin: 0;
}

#process .cc p {
    font-size: 14px;
    line-height: 1.3;
}

#societies label {
    color: #343535;
}

#new-academic .content {
    position: relative;
}

#new-academic .content h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#new-academic .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(transparent, #000000bf);
    width: 100%;
    height: 100%;
}

.choose-txt h4 {
    font-size: 24px;
    font-family: Lato-bold;
}

.choose-txt h4:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 6%;
    display: inline-block;
    width: 100px;
    margin-left: -20px;
    border-bottom: 3px solid #5142b9;
}

.assignicon {
    margin-top: 50px;
}

.icon-text h5 {
    font-size: 20px;
    font-family: Lato-bold;
}

.icon-text p {
    font-size: 14px;
    font-family: Lato-regular;
}

.icon-text {
    padding-left: 86px;
}

.assignicon i:hover {
    border: 1px solid #fff;
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb);
    color: #fff;
}

.services h2 {
    color: #fff;
    font-size: 40px;
    font-family: PlayfairDisplay-Bold;
}

.services h2::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #5142b9;
    width: 4rem;
    margin: 0 1rem 0 0;
    transform: translateY(-1rem);
}

.bor-left {
    border-left: 1px solid #c6c6c6;
}

.fact img {
    width: 75px;
}

.fact p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.fact-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.fact span {
    font-size: 36px;
    font-family: Lato-regular;
}

.test-h5 {
    color: #5142b9;
    font-size: 20px;
    font-family: Lato-bold;
}

.test-p {
    font-size: 16px;
    font-family: Lato-regular;
}

.get-dis {
    background-image: linear-gradient(to right, #4088ef, #4895eb, #5567ee, #6952e8, #6952e8);
    padding-top: 25px;
    padding-bottom: 25px;
}

.get-dis h4 {
    color: #fff;
    font-size: 24px;
    font-family: Lato-regular;
}

.get-dis h2 {
    color: #fff;
    font-size: 40px;
    font-family: PlayfairDisplay-Bold;
}

.footer-icon a {
    color: #fff;
}

.footer-icon a:hover {
    color: #4895eb;
}

.footerinfo i {
    color: #5142b9;
}

.footer-info p {
    color: #fff;
}

.footer-info a {
    color: #fff;
}

.comparison {
    max-width: 940px;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #ccc;
}

.comparison td,
.comparison th {
    border-right: 1px solid #ccc;
    empty-cells: show;
    padding: 10px;
}

.compare-heading {
    font-size: 14px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #f5f5f5;
}

.comparison .tickblue {
    color: #0078c1;
}

.comparison .tickgreen {
    color: #009e2c;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #0078c1;
    border-top-left-radius: 3px;
    border-left: 0px;
}

.comparison .qbo {
    background: #009e2c;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
    color: #ff5406;
}

.comparison .price-now span {
    font-size: 32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 12px;
}

.comparison .price-try a {
    color: #202020;
}

@media (max-width: 767px) {

    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #f7f7f7;
    }

    .comparison .row {
        background: #fff;
    }

    .comparison td,
    .comparison th {
        border: 1px solid #ccc;
    }

    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }

    .comparison td,
    .comparison th {
        padding: 10px 5px;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }

    .comparison .qbse,
    .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }

    .comparison .price-buy {
        margin-top: 10px;
    }

    .compare-heading {
        font-size: 13px;
    }
}

.price h2 {
    font-size: 40px;
    font-family: PlayfairDisplay-Bold;
    font-weight: 600;
}

.price h2::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #5142b9;
    width: 4rem;
    margin: 0 1rem 0 0;
    transform: translateY(-1rem);
}

.contact-icon {
    width: 50px;
    padding: 10px;
}

.cont-icon-size {
    font-size: 30px !important;
}

.contact-p-info {
    color: #5f6166;
    font-size: 18px;
}

.testi-bg {
    -webkit-box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 10px;
    margin: 5px;
}

.texti-img img {
    height: 100px;
    float: left;
    width: 100px;
    border-radius: 85px;
}

.text-title {
    padding-left: 110px;
}

.text-title h6 {
    font-size: 20px;
    font-family: Lato-bold;
}

.colorblue {
    color: #4fa6e7;
}

.texti-p {
    padding-top: 5px;
}

.owl-thumbs {
    padding-top: 10px;
}

.active .test-dot {
    background-color: #4fa7e7;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.test-dot {
    background-color: #e0e5e8;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.tab-content .card-header h5 button {
    content: "\f107";
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: FontAwesome;
    padding: 0;
    border: 0;
    color: #525252;
    text-align: left;
    text-decoration: none;
    white-space: normal;
}

.card-header h5>button:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}

.card-header h5>button.collapsed:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f055";
    padding-right: 5px;
    color: #525252 !important;
}

.card {
    border: none;
    margin-top: 10px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(255, 255, 255, 0.03);*/
    border-bottom: 1px solid transparent;
    border-right: none;
}

.card-header h5 {
    margin-bottom: 0px;
}

.card-header h5 button {
    font-family: Poppins-Regular;
}

.services-list {
    width: 50%;
    float: left;
    list-style: none;
}

.services-list p {
    margin-bottom: 1px;
}

.sample-txt {
    background-color: #393939;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
}

.pt-20 {
    padding-top: 20px;
}

.service-img img {
    width: 100%;
}

.navbar-light .navbar-toggler {
    position: relative;
    color: rgba(255, 255, 255, 0.89);
    border-color: rgba(255, 255, 255, 0.53);
    background-color: #ff9f00;
    /*background-image: linear-gradient(to right, #4088ef, #4895eb, #4578f0, #6952e8, #5567ee);*/
    right: 0%;
    margin-top: 3%;
}

.navbar-light .navbar-toggler-icon {
    /*background-image: url(../img/download2.svg);*/
}

.navbar-toggler {
    padding: 0.25rem 0.4rem;
    font-size: 1.5rem;
}

.col-sm-6,
.col-xs-6 {
    width: 50%;
}

.col-sm-4,
.col-xs-4 {
    width: 33.3333%;
}

.head-title h2 {
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 46px;
    text-align: center;
}

.head-title p {
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 18px;
    text-align: center;
}

.cont-info {
    text-align: center;
}

.cont-info h4 {
    text-align: center;
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 20px;
}

.cont-info span i {
    text-align: center;
    color: #8b8b8b;
    font-size: 56px;
}

.cont-info p a {
    text-align: center;
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 20px;
}

.btn-sub {
    padding: 8px 18px 8px;
    background-color: #ba1b1b;
    color: #fff;
    font-size: 14px;
    width: 190px;
    border: 4px solid #ba1b1b;
    font-family: Poppins-Regular;
    font-size: 18px;
    height: 45px;
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.btn-sub:hover {
    border: 4px solid #ba1b1b;
    color: #ba1b1b;
    background-color: #fff;
}

.editor {
    margin-top: 10px;
    margin-bottom: 10px;
}

.editor-icon {
    float: left;
}

.editor-txt {
    padding-left: 55px;
}

.editor-txt h4 {
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 24px;
}

.editor-txt p {
    font-family: Poppins-Regular;
    color: #3d3c3c;
    font-size: 18px;
}

.editor-team {
    margin-top: 10px;
    margin-bottom: 10px;
}

.editor-img {
    float: left;
}

.editor-text {
    padding-left: 230px;
}

.editor-text h3 {
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 26px;
}

.editor-text p {
    font-family: Poppins-Regular;
    color: #3d3c3c;
    font-size: 16px;
}

.sample-bg {
    text-align: center;
    padding: 25px 12px;
    height: 430px;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 15px -2px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -1px 0px 15px -2px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 0px 15px -2px rgba(0, 0, 0, 0.62);
}

.sample-btn-top {
    height: 230px;
    padding-top: 15px;
}

.sample-bg h3 {
    font-family: Poppins-Regular;
    color: #110e0c;
    font-size: 24px;
    text-transform: uppercase;
}

.sample-bg h3 span {
    font-family: Poppins-Regular;
    color: #ba1b1b;
    font-size: 24px;
}

.sample-txt-left {
    float: left;
    width: 50%;
    text-align: left;
}

.sample-txt-right p {
    margin-bottom: 0px;
}

.sample-txt-left p {
    margin-bottom: 0px;
}

.sample-txt-right {
    float: left;
    width: 50%;
    text-align: left;
}

.sample-txt-left1 {
    float: left;
    width: 30%;
}

.sample-txt-right1 {
    float: left;
    width: 70%;
}

.btn-sample {
    padding: 8px 15px 6px;
    background-color: #ba1b1b;
    color: #fff;
    border-radius: 22px;
    font-size: 14px;
    width: 190px;
    border: 4px solid #ba1b1b;
    font-family: Poppins-Regular;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.btn-sample:hover {
    border: 4px solid #ba1b1b;
    color: #ba1b1b;
    background-color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
    background-color: #ff9f00;
}

.servicesimg img {
    width: 414px;
}

.dropdown-menu {
    padding: 0.5rem 21px;
}

.jour-btn {
    font-size: 24px;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    font-weight: 800;
}

.dropdown-menu li a {
    color: #212529;
}

.dropdown-menu li a:hover {
    color: #ba1b1b;
}

.jour-sub {
    padding-top: 50px;
}

.jour-sub p {
    border-bottom: 1px dashed #4d4d4d;
}

.auther-icon {
    text-align: center;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.auther-link {
    background-color: #afdff4;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.societies-bg {
    background-color: #00bccf;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.societies-links {
    border: 1px solid #afdff4;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.key-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #0003, inset -5px -6px 30px #00000012;
    border-radius: 12px;
    margin: 0 0 30px;
}

.key-icon p {
    margin: 0;
}


/*side form*/

.renex-sideform label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.renex-sideform {
    position: fixed;
    right: -662px;
    top: 196px;
    z-index: 9999999;
    /*display:none*/
}

.ie8 .renex-sideform {
    top: 172px;
}

.renex-sideform .switch {
    background: rgba(0, 0, 0, 0) url("../img/COPPP.png") no-repeat scroll -697px -69px;
    width: 105px;
    min-height: 408px;
    top: 4px;
    position: absolute;
    left: -105px;
    cursor: pointer;
}

.renex-sideform .switch i {}

.renex-sideform .inform {
    height: 450px;
}

.renex-sideform .sidfrmdv {
    width: 660px;
    padding: 0px 0px 0px 0px;
}

.sidfrmdv .inform,
.sidfrmdv .thanks {
    /* background-color: rgba(16, 16, 16, 0.94); */
    background-repeat: no-repeat;
    /* padding: 11px 0 11px; */
    border-radius: 5px;
}

.renex-sideform h4 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 300;
    /* text-transform: uppercase;
     */
    color: #fff;
    text-align: left;
    /* background:#0a3430;
     */
    padding: 13px 20px 0px;
    text-align: center;
    margin-bottom: 19px;
}

.renex-sideform h4 span {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-top: 12px;
}

.renex-sideform h4 span strong {
    color: #ffcc00;
}

.sidfrmdv .thanks,
.sidfrmdv .thanks a {
    color: #fff;
    line-height: 20px;
}

.sidfrmdv .thanks h5 {
    font-size: 20px;
    line-height: 26px;
}

.renex-sideform .formcta {
    float: left;
    text-align: center;
    width: 50%;
}

.renex-sideform .formcta p {
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    margin: 10px 0 0px;
}

.renex-sideform .formcta a {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: url(../images/sprites.png) -362px -858px no-repeat;
    padding: 5px 0px 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}

.renex-sideform a.chat {
    margin-left: 10px;
    background-position: -362px -908px;
}

.renex-sideform .title {
    color: #fff;
    padding-bottom: 5px;
}

.renex-sideform .form {
    background: #fff;
    padding-left: 16px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    box-shadow: 0 0 10px #0003;
    padding: 20px;
    border-radius: 12px;
}

.renex-sideform .form-offer {
    position: absolute;
    top: -2px;
    right: 4px;
}

.renex-sideform .form .field {
    margin-bottom: 15.4px;
    width: 100%;
    position: relative;
    background: none;
    padding-bottom: 11px !important;
}

.renex-sideform input[type="submit"] {
    /* float: none; */
    padding: 12px 68px;
    margin: 15px 0 0;
}

.renex-sideform .form .field:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
}

.renex-sideform .form .field.status:after {
    position: absolute;
    left: -2px;
    top: -37px;
}

.renex-sideform .form .field i {
    color: #8e8e93;
    float: left;
}

.renex-sideform .form p {
    color: #fff;
    margin: 10px 0px 0px 8px;
    font-size: 14px;
    font-weight: 600;
}

.renex-sideform input[type="text"],
.renex-sideform select,
.renex-sideform textarea {
    width: 98%;
    border: none;
    background: none;
    color: #000;
}

.renex-sideform select option {
    color: #000;
    background: #fff;
}

.renex-sideform .form .field.code {
    width: 25%;
    float: left;
}

.renex-sideform .form .field.number {
    float: left;
    width: 72%;
}

.renex-sideform textarea {
    height: 78px;
}

.renex-sideform h6 {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: #fff;
    font-weight: 300;
    padding-left: 18px;
}

.renex-sideform h6 strong {
    color: #ffde00;
}

.renex-sideform h6 span {
    color: #666666;
    font-size: 12px;
    display: block;
    margin-top: 12px;
}

.renex-sideform h6 em {
    float: right;
    color: #666666;
    font-size: 11px;
    margin-right: 37px;
    margin-top: -13px;
    font-weight: 400;
}

.switch::before {}


/* .switch.active:before {
    content: "\f138";
} */

.padding-left {
    padding: 0 33px;
}

.freepckg ul li {
    border-bottom: 1px solid #efefef !important;
}

.box-shaddow h3 sup {
    top: -28px;
}

.btn.vap {
    border-color: #ff3366;
    color: #ff3366;
}

.btn.vap:hover {
    background: #ff3366;
    border-color: #ff3366;
    color: #fff;
}

.textcenter {
    margin: 0 auto;
    width: 215px;
}

.btn.capitalize {
    text-transform: capitalize;
}

.ct li i {
    font-size: 20px;
}

.renex-sideform .pdr0 {
    padding: 14px;
}

.renex-sideform .form .field {
    width: 98%;
}

.renex-sideform {
    top: 15%;
}

#sideform .field.code {
    padding-top: 16px !important;
}


/*#load-popup, .modal-backdrop, .renex-sideform, .hi-icon-wrap, .about_section ul li i{
     display:none !important
}
*/

.renex-sideform #sideform .form .field.number {
    width: 59.5%;
}

.renex-sideform input.form-control,
.renex-sideform select.form-control {
    border: 1px solid #ddd;
    background: transparent;
}

.renex-sideform input.form-control, .renex-sideform textarea.form-control, .renex-sideform select.form-control {
    border: 1.5px solid #ddd;
    background: transparent;
    color: #000;
    font-size: 0.8em;
    margin: 0 0 15px;
}
.renex-sideform input.form-control::placeholder,
.renex-sideform textarea.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.renex-sideform input.form-control:-ms-input-placeholder,
.renex-sideform textarea.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.renex-sideform input.form-control::-ms-input-placeholder,
.renex-sideform textarea.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.mb-3 {
    margin-bottom: 5px;
}

@media (max-width: 748px) {
    .renex-sideform .form {
        width: 98%;
    }

    .renex-sideform .sidfrmdv {
        width: 356px;
    }

    .btn-avail {
        margin-top: 30px;
    }
}

@media (max-width: 420px) {
    .renex-sideform .form {
        width: 98%;
    }

    .renex-sideform .sidfrmdv {
        width: 300px;
    }

    .btn-avail {
        margin-top: 30px;
    }
}

@media (min-width: 749px) {
    .renex-sideform {
        display: block;
    }
}
