body{
    background: #e9eff9;
}
.header .headerUp{
    padding: 7px 0px;
    background: #000;
    width: 100%;
}
.header .headerUp .phoneMail .phone{
    margin-left: 20px;
}
.header .headerUp .phoneMail .phone span{
    font-size: 13px;
    color: #fff;
}
.header .headerUp .phoneMail .mail span{
    font-size: 13px;
    color: #fff;
}
.header .headerUp .social ul{
    display: flex;
}
.header .headerUp .social ul li{
    font-size: 13px;
    margin-left: 10px;
}
.header .headerUp .social ul li a{
    color: #fff;
}
.icon-close2{
    display: none;
}
.icon-menu{
    display: none;
}

.header .logoMenu{
    padding: 8px 0;
    background: #e9eff9;
}
.header .logoMenu .logo{
    width: 15%;
}
.header .logoMenu .logo a{
    display: block;
    height: 60px;
}
.header .logoMenu .menuLogin .menu ul li{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0 2px;
    transition: 0.5s all ease;
    position: relative;
}
.header .logoMenu .menuLogin .menu ul li.const,
.header .logoMenu .menuLogin .menu ul > li:hover{
    transition: 0.5s all ease;
    box-shadow: inset 0px 0px 15px #f05628;
    border-radius: 5px;
}
.header .logoMenu .menuLogin .menu ul li.active{
    border-bottom: 3px solid #f05628;
}
.header .logoMenu .menuLogin .menu ul li ul{
    position: absolute;
    left: 0;
    z-index: 9999;
    background: #081640;
    top: 100%;
    border-radius: 4px;
    /* padding: 10px; */
    width: 100%;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.5s all ease;
}
.header .logoMenu .menuLogin .menu ul li:hover ul{
    transform: rotateX(0deg);
    transition: 0.5s all ease;
}
.header .logoMenu .menuLogin .menu ul li ul li:first-child{
    border-bottom: 1px solid #6D6F72;
}
.header .logoMenu .menuLogin .menu ul li ul li:hover{
    transition: 0.5s all ease;
    box-shadow: inset 0px 0px 15px transparent;
    border-radius: 5px;
}
.header .logoMenu .menuLogin .menu ul li ul li a{
    color: #c2c2c2;
}
.header .logoMenu .menuLogin .menu ul li ul li:hover a{
    color: #fff;
}

.header .logoMenu .menuLogin .menu ul li a{
    color: #000;
}
.header .logoMenu .menuLogin .menu ul li a{}
.header .logoMenu .menuLogin .login{
    margin-left: 15px;
}
.header .logoMenu .menuLogin .login .cart{
    position: relative;
}
.header .logoMenu .menuLogin .login .cart span{
    font-size: 16px;
}
.header .logoMenu .menuLogin .login .cart sub{
    position: absolute;
    background: #f05628;
    width: 12px;
    height: 12px;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 3px;
}
.header .logoMenu .menuLogin .login .user{
    margin-left: 20px;
}
.header .logoMenu .menuLogin .login .user a{
    color: #000;
}





.bannerSlider .item{
    height: 60vh;
    position: relative;
} 
.bannerSlider .item .box{
    max-width: 290px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 9999999999;
    background: #ffffffd9;
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 10px;
} 
.bannerSlider .item .box img{
    width: 45px;
    margin-bottom: 15px;
}
.bannerSlider .item .box h4{
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.bannerSlider .item .box p{
    color: #767676;
    font-size: 15px;
    font-weight: 400;
}

.slick-next::before,
.slick-prev::before{
	color: #1D1D1F;
	font-size: 20px;
    background: #fff;
}
.slick-prev:before{
    content:'\e5c4';font-family: icomoon;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2376f9;
    font-size: 18px;
    opacity: 1;
}
.slick-next{right:30px}[dir=rtl] 
.slick-next{right:auto;left:15px}
.slick-next:before{
    content:'\e5c8';font-family: icomoon;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2376f9;
    font-size: 18px;
    opacity: 1;
}



.pricing{
    padding: 40px 0;
    background: #e9eff9;
}
.pricing h5{
    color: #081640;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}
.pricing h1{
    color: #081640;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}
.dataTables_length{
    margin-bottom: 12px;
}
.dataTables_length label{
    font-size: 15px;
}
.dataTables_length label select{
    width: 100px;
    /* border: none!important;
    border-bottom: 1px solid #aaa!important;
    border-radius: 0!important; */
}

.pricing table#example{
    background: #fff;
}
.pricing table#example thead{
    background: #081640;
    margin-top: 15px;
}
.pricing table#example thead tr{}
.pricing table#example thead tr th{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.pricing table#example tbody{}
.pricing table#example tbody tr{
    padding: 10px 0!important;
}
.pricing table#example tbody tr td{
    font-size: 15px;
    border-top: none;
    padding: 10px!important;
}
.pricing table#example tbody tr:nth-child(odd){
    background: #e9eff9;
}
.pricing table#example tbody tr:nth-child(even){
    background: #fff;
}
.pricing table#example tbody tr:nth-child(odd) td.sorting_1{
    background: #eef5ff!important;
}
.pricing table#example tbody tr:nth-child(even) td.sorting_1{
    background: #fff!important;
}
.pricing table#example tbody tr td a.id{
    color: #f05628;
}
.pricing table#example tbody tr td:nth-child(2){
    color: #f05628;
}
.pricing table#example tbody tr td a.buy{
    background: #f05628;
    padding: 5px 0;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.pricing table#example tbody tr td s{
    color: #A5A6AA;
    font-weight: 400;
}
.pricing table#example tbody tr td b{
    color: #797C7F;
    font-weight: 500;
}
.pricing table#example tbody tr td p{
    display: inline-block;
    color: #6D6F72;
    font-size: 13px;
}
.pricing table#example thead tr th:nth-child(4){
    text-align: right;
}






.different{
    padding: 60px 0;
}
.different h1{
    color: #081640;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}
.different .container > p{
    color: #6D6F72;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.different .services{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.different .services .sinSer{
    width: calc(31% - 70px);
    padding: 60px 35px;
    background: #fff;
    box-shadow: 0 0 10px #cbd1db;
    border-radius: 10px;
    transition: 0.5s all ease;
}
.different .services .sinSer:hover{
    margin-bottom: 15px;
    transition: 0.5s all ease;
}
.different .services .sinSer:nth-child(1){
    background: #f05628;
}
.different .services .sinSer:nth-child(2){
    background: #081640;
}
.different .services .sinSer span{
    font-size: 55px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.different .services .sinSer h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
}
.different .services .sinSer p{
    color: #fffc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.different .services .sinSer:nth-child(3) span{
    color: #f05628;
}
.different .services .sinSer:nth-child(3) h2{
    color: #081640;
}
.different .services .sinSer:nth-child(3) p{
    color: #797C7F;
}




.ourCleint{
    padding-top: 15px;
    background: #fff;
}
.ourCleint h1{
    color: #081640;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}
.ourCleint .logo{
    gap: 2%;
}
.ourCleint .logo img{}




.payFoot{
    background: #fff;
}
.payFoot .pay{
    position: relative;
}
.payFoot .pay img{}
.payFoot .pay .details{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.payFoot .pay .details{
    position: absolute;
    left: 50%;
    top: 50;
    transform: translate(-50%, -50%);
}
.payFoot .pay .details h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
}
.payFoot .pay .details h1{
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 40px;
}
.payFoot .pay .details p{
    text-align: center;
}
.payFoot .pay .details p a{
    color: #081640;
    font-size: 13px;
    background: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    display: flex;
    width: 130px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.payFoot .pay .details p a img{
    width: 50px;
    display: inline-block;
    margin-left: 10px;
}


.footer {
    padding-top: 50px;
    border-bottom: 1px solid #c2c2c2;
}
.footer .address,
.footer .contact,
.footer .social,
.footer .morepage{
    width: 24%;
}
.footer .address h4,
.footer .contact h4,
.footer .social h4,
.footer .morepage h4{
    font-size: 18px;
    color: #081640;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer .address p,
.footer .contact p,
.footer .social p,
.footer .morepage p{
    font-size: 14px;
    color: #6D6F72;
}


.footer .address ul li,
.footer .contact ul li,
.footer .morepage ul li{
    font-size: 14px;
    color: #6D6F72;
    margin-bottom: 12px;
}
.footer .address ul li a,
.footer .contact ul li a,
.footer .morepage ul li a{
    font-size: 14px;
    color: #6D6F72;
    margin-bottom: 12px;
}
.footer .morepage ul{
    list-style-type: disc;
    margin-left: 20px;
}

.footer .social ul{
    display: flex;
}
.footer .social ul li{
    color: #000;
    border: 1px solid #08164026;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}


.footerBottom{
    padding: 10px 0;
}
.footerBottom p{
    font-size: 14px;
    color: #6D6F72;
}

.gotop{
    background: #081640;
    position: fixed;
    top: 90vh;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 20px;
    cursor: pointer;
    display: grid;
    place-content: center;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.gotop.sticky{
    opacity: 1;
}
.gotop p{
    text-align: center;
}
.gotop p a{
    color: #fff;
    font-size: 15px;
}

.whatsapp{
    position: fixed;
    top: 90vh;
    left: 20px;
    cursor: pointer;
    display: grid;
    place-content: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.whatsapp p{
    display: flex;
    align-items: center;
}
.whatsapp p i{
    width: 50px;
    height: 50px;
    background: #49e670;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    margin-right: 15px;
    position: relative;
}
.whatsapp p i::after{
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #49e670;
}
.whatsapp p a{
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    color: #000;
}













.aboutUsHero{
    background: url('img/aboutus.jpg') no-repeat center center / cover;
    height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
}
.individualHero{
    background: url('img/indivisual.jpg') no-repeat center center / cover;
    height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
}
.DedicatedHero{
    background: url('img/dedicated.png') no-repeat center center / cover;
    height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
}
.aboutUsHero h4,
.individualHero h4,
.DedicatedHero h4{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.aboutUsHero h1,
.DedicatedHero h1,
.individualHero h1{
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}



.approach{
    padding: 60px 0;
    background: #fff;
}
.approach .container,
.serverAccess .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
}
.approach .left,
.serverAccess .left{
    width: 47%;
}
.approach .right,
.serverAccess .right{
    width: 47%;
}
.approach .right h4,
.serverAccess .left h4{
    color:#081640;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.approach .right h1,
.serverAccess .left h1{
    color: #081640;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.approach .right ul{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 30px;
}
.approach .right ul li,
.serverAccess .left ul.SapServer li{
    color: #6D6F72;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.approach .right .shaArch .share{
    margin-bottom: 15px;
}
.approach .right .shaArch .share img{
    width: 45px;
    margin-right: 15px;
}
.approach .right .shaArch .share h3{
    color:#081640;
    font-size: 16px;
    font-weight: 600;
}


.serverAccess{
    padding: 60px 0;
}
.serverAccess .left h3{
    color: #081640;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.serverAccess .left ul.checked li .icon-check{
    color: #f05628;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px;
}
.serverAccess .left ul.checked li{
    color: #081640;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.serverAccess .left p{
    margin-top: 20px;
}
.serverAccess .left p a{
    background: #473BEF;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}





.whyMe{
    padding: 0 0 50px 0;
}
.whyMe p{
    color: #6D6F72;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.whyMe h1{
    color: #081640;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.whyMe ul{
    list-style-type: disc;
    margin-left: 20px;
}
.whyMe ul li{
    color: #6D6F72;
    font-size: 14px;
    margin-bottom: 10px;
}



.abt{
    padding: 40px 0 20px 0;
}
.abt p{
    font-size: 14px;
    color: #6D6F72;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.abt p b{
    font-weight: 500;
}
.abt h4{
    color: #081640;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0 0;
    text-align: center;
    line-height: 32px;
}



.customizedServer{
    padding: 50px 0;
}
.customizedServer h2{
    color: #081640;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.customizedServer form{
    width: 60%;
    margin: 0 auto;
}
.customizedServer form .flex-between-center.column{
    gap: 3%;
}
.customizedServer form .input-control{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.customizedServer form label,
.customizedServer form .input-control label{
    font-size: 14px;
    font-weight: 500;
    color: #6D6F72;
}
.customizedServer form .input-control label b{
    color: #f00;
}
.customizedServer form .input-control input{}
.customizedServer form .input-control input[type="text"],
.customizedServer form .input-control input[type="number"]{
    width: calc(100% - 20px);
    padding: 8px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
.customizedServer form .input-control input[type="email"]{
    width: calc(100% - 20px);
    padding: 8px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}

.iti {
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 4px 0;
    border-radius: 4px;
}
.customizedServer form .input-control input[type="tel"]{
    border: none;
}
.customizedServer form .input-control select{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
.customizedServer form textarea{
    width: calc(100% - 20px);
    padding: 8px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}

.customizedServer form input[type="submit"]{
    background: #f05628;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}









.contactUs{
    padding: 100px 0;
    /* background: #fff; */
}
.contactUs .container{
    gap: 5%;
}
.contactUs .left{
    width: 25%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}
.contactUs .left h4{
    color: #081640;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactUs .left p{
    display: flex;
    align-items: flex-start;
    color: #6D6F72;
    margin-bottom: 15px;
}
.contactUs .left p i{
    color: #f05628;
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 20px;
}
.contactUs .left p span{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.contactUs .left p a,
.contactUs .left h3 a{
    display: flex;
    align-items: center;
}
.contactUs .left p a i{
    color: #f05628;
    display: inline-block;
    margin-top: 0px;
    margin-right: 15px;
    font-size: 20px;
}
.contactUs .left p a span{
    color: #6D6F72;
}
.contactUs .left h3 a i{
    color: #f05628;
    display: inline-block;
    margin-top: 0px;
    margin-right: 15px;
    font-size: 20px;
}
.contactUs .left h3 a span{
    color: #081640;
}
.contactUs .right{
    width: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}
.contactUs .right form{}
.contactUs .right form .flex-between-center.column{
    gap: 4%;
    margin-bottom: 20px;
}
.contactUs .right form .input-control{
    border-bottom: 1px solid #c2c2c2;
    width: 50%;
    display: flex;
    padding-bottom: 5px;
    position: relative;
}
.contactUs .right form .input-control::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    background: #081640;
    left: 0;
    bottom: 0;
    transition: 0.5s ease;
}
.contactUs .right form .input-control:hover::after{
    width: 100%;
    transition: 0.5s ease;
}
.contactUs .right form .input-control.textarea{
    width: 100%;
}
.contactUs .right form .input-control i{
    display: inline-block;
    padding: 6px;
    color: #f05628;
}
.contactUs .right form .input-control input{
    width: 100%;
    padding: 6px;
    border: none;
}
.contactUs .right form .input-control input::placeholder,
.contactUs .right form .input-control textarea::placeholder{
    color: #000;
}
.contactUs .right form .input-control textarea{
    width: 100%;
    padding: 6px;
    border: none;
}
.contactUs .right form .submit{
    background: #f05628;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.contactUs .right form .submit i{
    margin-right: 15px;
}
.contactUs .right form .submit input[type="submit"]{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}









.LoginSign{
    padding: 100px 0;
    background: #fff;
}
.LoginSign .align {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 8px;
}
.LoginSign .card {
	height: 100%;
	width: 360px;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	overflow: hidden;
	transition: .2s ease;
}

.LoginSign .extend {}

.LoginSign .head {
	width: calc(100%-10px);
	display: flex;
	border-bottom: 1px solid #cbd1db;
	justify-content: space-between;
    padding: 5px;
}

.LoginSign .head p {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(140,140,140);
	font-size: 16px;
	font-weight: 500;
    width: 50%;
    padding: 10px 0;
    cursor: pointer;
}

.LoginSign .head .selected {
	color: #fff;
	font-weight: 600;
    /* border-right: 1px solid #f05628;
    border-bottom: 1px solid #f05628; */
    background: #081640;
    border-radius: 4px;
}
.LoginSign .tabs {
	/* height: calc(100% - 72px); */
	display: flex;
}

.LoginSign form {
	width: 100%;
	height: 255px;
	flex-shrink: 0;
	position: relative;
	right: 0;
	transition: right 0.2s;
}

.LoginSign .extend form {
	right: 100%;
    height: 425px;
}

.LoginSign .inputs {
	width: calc(100% - 60px);
    padding: 30px;
}
.LoginSign .inputs p{
    font-size: 14px;
    color: #6D6F72;
}
.LoginSign .inputs p a{
    color: #081640;
    display: inline-block;
    width: 50%;
}


.ownerUser {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.ownerUser .owner {
    border: 1px solid #ddd;
    padding: 8px 0;
    width: 100px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ownerUser .owner label{
    color: #000;
    margin-left: 8px;
    cursor: pointer;
}
.ownerUser input[type="radio"]{
    cursor: pointer;
}
.Remember{
    width: 50%;
}

.LoginSign .input {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	align-items: center;
}

.LoginSign .input input {
	width: 100%;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
	padding: 10px 18px 10px 50px;
    border: 1px solid #c2c2c2;
}

.LoginSign .input .loIcons {
	width: 16px;
	position: absolute;
	left: 19px;
    color: #081640;
}

.LoginSign .checkbox {
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.LoginSign .checkbox input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}

.LoginSign .checkbox span {
	display: flex;
	align-items: center;
	color: rgb(110,110,110);
	font-size: 16px;
	user-select: none;
}

.LoginSign .checkbox span:before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 6px;
	margin-right: 16px;
	background-color: #1C1C1C;
}

.LoginSign .checkbox:hover input ~ span:before {
	background-color: rgb(50,50,50);
}

.LoginSign .card input[type="submit"] {
	display: block;
	background: #081640;
	padding: 10px 0px;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
    width: 100%;
    border: none;
    margin-top: 20px;
}





.training{
    padding: 60px 0;
}
.training .container{
    gap: 3%;
}
.training .left{
    width: 24%;
}
.training .left h4{
    background: #fff;
    box-shadow: 0 0px 5px #c2c2c2;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #081640;
    padding: 15px 20px 10px 20px;
    border-bottom: 1px solid #c2c2c2;
}
.training .left .category{
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0px 5px #c2c2c2;
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
}
.training .left .category a{
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
}
.training .left .category a:last-child{
    margin-bottom: 0px;
}
.training .left .category a input{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.training .left .category a label{
    font-size: 15px;
    font-weight: 400;
}
.training .left a.clear{
    background: #f05628;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0px 5px #c2c2c2;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.training .right{
    width: 75%;
}
.training .right .courses{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.training .right .courses .sinCourse{
    width: 23%;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0px 5px #c2c2c2;
    border-radius: 6px;
    overflow: hidden;
}
.training .right .courses .sinCourse img{
    height: 175px;
    object-fit: cover;
}
.training .right .courses .sinCourse ul{
    padding: 15px 15px 0 15px;
    display: flex;
    gap: 2%;
}
.training .right .courses .sinCourse ul li{
    font-size: 18px;
    color: #f05628;
}
.training .right .courses .sinCourse h4{
    font-size: 15px;
    font-weight: 600;
    color: #081640;
    padding:15px;
}
.training .right .courses .sinCourse a{
    color: #081640;
}
.training .right .courses .sinCourse p{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
}
.training .right .courses .sinCourse p i{
    font-size: 22px;
    color: #f05628;
    margin-right: 10px;
}
.training .right .courses .sinCourse p span{
    font-size: 14px;
    color: #6D6F72;
    font-weight: 400;
}
.training .right .courses .sinCourse p span.admin{
    width: 33px;
    height: 30px;
    background: #081640;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.training .right .courses .sinCourse .priceBuy{
    border-top: 1px solid #c2c2c2;
    padding: 20px;
}
.training .right .courses .sinCourse .priceBuy .price{
    margin-bottom: 10px;
}
.training .right .courses .sinCourse .priceBuy .price s{
    font-size: 16px;
    color: #6D6F72;
    font-weight: 500;
    margin-right: 10px;
}
.training .right .courses .sinCourse .priceBuy .price b{
    font-size: 18px;
    color: #081640;
    font-weight: 700;
}
.training .right .courses .sinCourse .priceBuy .buy input{
    background: #081640;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0px 5px #fff;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
}




.singleCourese{
    padding: 60px 0;
}
.singleCourese .container{
    gap: 5%;
}
.singleCourese .left{
    width: 60%;
}
.singleCourese .left ul.rating{
    display: flex;
    gap: 2%;
    margin-bottom: 15px;
}
.singleCourese .left ul.rating li{
    font-size: 18px;
    color: #f05628;
}
.singleCourese .left h2{
    font-size: 25px;
    font-weight: 600;
    color: #081640;
    margin-bottom: 15px;
}
.singleCourese .left p.category{
    font-size: 15px;
    font-weight: 400;
    color: #6D6F72;
    margin-bottom: 15px;
}
.singleCourese .left p.category span{
    font-weight: 600;
    color: #081640;
}
.singleCourese .left img{
    margin-bottom: 20px;
}
.singleCourese .left h5{
    font-size: 15px;
    font-weight: 500;
    color: #081640;
    margin-bottom: 15px;
    background: #fff;
    padding:10px 20px;
    border-bottom: 1px solid #f05628;
}
.singleCourese .left h3{
    font-size: 25px;
    font-weight: 600;
    color: #081640;
    margin-bottom: 15px;
}
.singleCourese .left .description{
    position: relative;
    height: 150px;
    overflow: hidden;
    padding-bottom: 40px;
}
.singleCourese .left .description.active{
    height: auto;
}
.singleCourese .left .description p{
    font-size: 16px;
    font-weight: 400;
    color: #6D6F72;
    margin-bottom: 15px;
    line-height: 26px;
}
.singleCourese .left .description ul{
    list-style-type: disc;
    margin-left: 20px;
}
.singleCourese .left .description ul li{
    color: #6D6F72;
}
.singleCourese .left .description p.showMoreplus,
.singleCourese .left .description p.showMoreminus{
    position: absolute;
    bottom: -15px;
    left: 0;
    background: linear-gradient(#e9eff900, #fff);
    width: 100%;
    padding: 10px 0 0 0;
    color: #081640;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: none;
}
.singleCourese .left .description p.showMoreplus.active,
.singleCourese .left .description p.showMoreminus.active{
    display: block;
}
.singleCourese .right{
    width: 35%;
}
.singleCourese .right .priceBuy{
    background: #f4f6f9;
    border: 1px solid #c2c2c2;
    padding: 35px;
    border-radius: 7px 7px 0 0;
}
.singleCourese .right .priceBuy h2{
    font-size: 25px;
    font-weight: 600;
    color: #081640;
    margin-bottom: 15px;
}
.singleCourese .right .priceBuy h2 s{
    font-size: 18px;
    font-weight: 400;
    color: #6D6F72;
    margin-bottom: 15px;
}
.singleCourese .right .priceBuy a,
.singleCourese .right .priceBuy input{
    background: #f05628;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0px 5px #fff;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    border: none;
}
.singleCourese .right .bydtmt{
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: none;
    padding: 35px;
    border-radius: 0 0 7px 7px;
    margin-bottom: 30px;
}
.singleCourese .right .date p{
    color: #f05628;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.singleCourese .right .date p i{
    color: #f05628;
    margin-right: 10px;
    font-size: 22px;
}
.singleCourese .right .date p span{
    color: #6D6F72;
    margin-right: 10px;
}
.singleCourese .right .by{
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 35px;
    border-radius: 7px 7px 0 0;
}
.singleCourese .right .by h4{
    font-size: 25px;
    font-weight: 600;
    color: #081640;
    margin-bottom: 15px;
}
.singleCourese .right .by p{
    display: flex;
    align-items: center;
}
.singleCourese .right .by p span{
    color: #6D6F72;
}
.singleCourese .right .by p span.admin{
    width: 30px;
    height: 30px;
    background: #081640;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.singleCourese .right .material{
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: none;
    padding: 35px;
    border-radius: 0 0 7px 7px;
    margin-bottom: 30px;
}
.singleCourese .right .material h4{
    font-size: 25px;
    font-weight: 600;
    color: #081640;
    margin-bottom: 15px;
}
.singleCourese .right .material ul{
    list-style-type: disc;
    margin-left: 20px;
}
.singleCourese .right .material ul li{
    color: #6D6F72;
    font-size: 16px;
    font-weight: 16px;
}













.news {
    padding: 50px 0px 50px 0px;
    background: #fcfcfc;
}

.news h5 {

    text-transform: uppercase;
    font-size: 16px;
    color: #081640;
    font-weight: 600;
    margin-bottom: 20px;
}

.news h2 {
    font-size: 18px;
    color: #081640;
    /* width: 60%; */
    margin-bottom: 50px;
    line-height: 30px;
}

.news .allnews {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.news .allnews .sinnews {
    width: 31%;
    box-shadow: 0px 10px 60px 0px #ddd;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.news .allnews .sinnews .newsImg {
    width: 100%;
    height: 235px;
    position: relative;
}

.news .allnews .sinnews .newsImg video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative;
}

.news .allnews .sinnews .newsImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news .allnews .sinnews .newsImg .icon {
    background: #f05628;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px 0px 0px 0px;
}

.news .allnews .sinnews .newsImg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000082;
    position: absolute;
    top: -100%;
    left: 0;
    transition: 0.5s all ease;
}

.news .allnews .sinnews:hover .newsImg::before {
    top: 0%;
}

.news .allnews .sinnews .newsImg .icon span {
    margin-right: 10px;
}

.news .allnews .sinnews .newsInfo {
    padding: 15px 20px 20px 20px;
}

.news .allnews .sinnews .newsInfo h6 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.news .allnews .sinnews .newsInfo h6 span.icons {
    margin-right: 10px;
}

.news .allnews .sinnews .newsInfo h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
}

.news .allnews .sinnews .newsInfo h5 a {
    color: #081640;
}

.news .allnews .sinnews .newsInfo h5::before {
    content: '';
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #f05628, #081640);
    position: absolute;
    top: 0;
    left: 0;
}

.news .allnews .sinnews .newsInfo p {
    font-size: 14px;
    line-height: 20px;
    color: #818181;
    margin-bottom: 10px;
}

.news .allnews .sinnews .newsInfo p a {
    color: #f05628;
}






.blogdetails{
    padding: 0px 0;
}
.blogdetails .container{
    background: #fff;
    box-shadow: 0 0 5px #c2c2c2;
    padding: 30px;
}
.blogdetails img{
    /* width: 60%;
    margin: 20px auto 30px auto;
    display: block; */
    margin-bottom: 30px;
}
.blogdetails h2{
    font-size: 30px;
    color: #081640;
    margin-bottom: 20px;
    font-weight: 600;
}
.blogdetails p{
    font-size: 15px;
    color: #6D6F72;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 25px;
}






/* firstTimer */
.firstTimer{
    padding: 50px 0;
}
.firstWrap{
    max-width: 980px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.firstTimer.ass .firstWrap{}
.firstTimer .jssor_1{
    margin-bottom: 30px;
}
.firstTimer .single-title{
    margin: 130px 0 30px 0;
}
.firstTimer .single-title h3{
    color: #f9b007;
    font-size: 22px;
    font-weight: 500;
}
.firstTimer .single-title p{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.firstTimer .price{
    display: flex;
    justify-content: space-between;
    gap: 3%;
    margin-top: 30px;
}
.firstTimer .price .left{
    background: #ddd;
    padding: 20px;
}
.firstTimer .price .left h5{
    font-size: 16px;
    font-weight: 500;
    color: #f9b007;
}
.firstTimer .price .left ul{}
.firstTimer .price .left ul li{
    font-size: 14px;
    line-height: 26px;
}
.firstTimer .price .left ul li i{
    color: #f9b007;
}
/* firstTimer */