@font-face {
  font-family: Axiforma-Bold;
  src: url(../fonts/Axiforma-Bold.otf);
}
@font-face {
  font-family: Axiforma-Regular;
  src: url(../fonts/Axiforma-Regular.otf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}

/****************CUSTUM CSS**************/

body{
	margin: 0;
}
.clearfix{
	clear: both;
}
.mar-0{
	margin-right: 0 !important;
}

/****************CUSTUM CSS**************/

/****************HEADER CSS**************/

.desk-header{
	padding: 35px 0 0 0;
}
.container{
	width: 1060px;
	margin: 0 auto;
}
.logo{
	float: left;
    width: 44%;
}
.header-box{
	float: left;
    width: 19%;
}
.header-box-icon{
	float: left;
    margin-right: 10px;
}
.header-box-detail{
	float: left;
}
.header-box-detail h6{
	margin: 0;
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #272622;
    font-style: normal;
}
.header-box-detail p{
	margin: 0;
    color: #A4A29D;
    font-family: Roboto-Regular;
    font-size: 13px;
}
.header-contact-box{
	float: left;
    width: 18%;
}
.header-contact-box a{
    display: block;
    font-family: Axiforma-Bold;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    text-align: right;
    text-decoration: none;
}
.header-contact-box p{
    margin: 0;
    text-align: right;
    font-size: 13px;
    line-height: 20px;
    color: #272622;
    font-family: Axiforma-Bold;
}
.header-menu-bar{
	margin-top: 10px;
}
.menu-inner{
	padding: 0;
	list-style: none;
}
.menu-inner li{
	display: inline-block;
    margin-right: 25px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu-inner li a{
	display: block;
    font-size: 14px;
    line-height: 22px;
    color: #272622;
    font-family: Axiforma-Regular;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}
.menu-inner li a img{
	margin-left: 7px;
}
.right-wrapper{
    width: 20%;
    float: left;
    text-align: right;
}
.right-wrapper ul{
	padding: 0;
    list-style: none;
    margin-top: 10px;
}
.right-wrapper ul li{
	display: inline-block;
	margin-right: 10px;
}
.right-wrapper ul li:last-child{
	margin-right: 0;
}
/*.right-wrapper ul li a{*/
/*	display: block;*/
/*    background-color: #2F80ED;*/
/*    width: 30px;*/
/*    text-align: center;*/
/*    height: 30px;*/
/*    border-radius: 50%;*/
/*}*/
.right-wrapper ul li a i{
	color: #fff;
    font-size: 17px;
}
.right-wrapper ul li a .fa-facebook{
    position: relative;
    top: 7px;
}
.right-wrapper ul li a .fa-instagram{
    position: relative;
    top: 6px;
    left: 1px;
}
.right-wrapper ul li a .fa-twitter{
    position: relative;
    top: 6px;
    left: 1px;
}



/* Section: Navbar Menu*/
.navbar {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	border: none;
	outline: none;
	color: var(--color-black);
	background: var(--color-white);
	box-shadow: var(--shadow-large);
}
.left-wrapper{
    width: 80%;
    float: left;
}
.menu button{
    color: #fff;
    background-color: #2f80ed;
    border: 0;
    font-size: 30px;
    border-radius: 8px;
    padding: 5px 15px;
    display: none;
}
.mob-header{
    padding-top: 15px;
    padding-bottom: 15px;
}
.mob-logo{
    width: 80%;
    float: left;
}
.mob-logo a img{
    width: 100%;
}
.mob-menu-butn{
    width: 20%;
    float: left;
    text-align: right;
}
.mob-menu-butn button{
    color: #fff;
    font-size: 20px;
    background-color: #2f80ed;
    border: 0;
    border-radius: 4px;
    padding: 4px 10px;
}
.mob-nav{
    position: relative;
}
.mob-nav ul{
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 20px;
    z-index: 99;
    left: -6%;
    top: 30px;
}
.mob-nav ul li{
    margin-bottom: 10px;
}
.mob-header{
    display: none;
}

/****************HEADER CSS**************/
/****************FOOTER SECTION CSS**************/
.footer{
    background-color: #272622;
    padding-top: 40px;
    padding-bottom: 50px;
}
.footer-logo{
    float: left;
    width: 48%;
}
.footer-icon{
    float: left;
    width: 15%;
}
.footer-content{
    float: left;
    width: 85%;
}
.footer-content h3{
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: Axiforma-Regular;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-content p{
    font-size: 13px;
    line-height: 20px;
    color: #9198A3;
    font-family: Roboto-Regular;
    margin: 0;
    width: 341px;
}
.footer-content p a{
    color: #2f80ed;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.footer-lines{
    width: 17%;
    float: left;
}
.footer-lines h3{
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: Axiforma-Regular;
    margin-top: 12px;
    margin-bottom: 10px;
}
.footer-lines ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-lines ul li a{
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Axiforma-Regular;
}
/****************FOOTER SECTION CSS**************/

/*====================================================HOME PAGE START=====================================================*/

/****************FIRST SECTION CSS**************/

.ban-sec-left{
	width: 60%;
    float: left;
    background-color: #2F80ED;
}
.slide{
    width: 64%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}
@media only screen and (min-width: 1920px) {
  .slide{
    width: 25%;
}
}
.slide h1{
	font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: Axiforma-Regular;
    width: 382px;
    font-weight: bold;
}
.slide p{
	font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: Roboto-Regular;
    width: 500px;
}
.slider-butn{
    position: absolute;
    bottom: 45px;
}
.slider-butn a{
    border: 2px #272622 solid;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.slider-butn .active{
    background-color: #272622;
}
.ban-sec-right{
	width: 34%;
    float: left;
    background-color: #272622;
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 1920px) {
  .ban-sec-right{
    padding-left: 70px;
}
}
.ban-form-head h2{
	font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: Axiforma-Regular;
}
.ban-form{
	width: 270px;
}
.ban-form input{
	padding: 8px;
    width: 92%;
    background-color: transparent;
    border: 1px #535353 solid;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 30px;
    font-size: 15px;
    line-height: 25px;
    font-family: Roboto-Regular;
    color: #535353;
}
.ban-form input::-webkit-input-placeholder{
	font-family: Roboto-Regular;
	color: #535353;
}
.ban-form textarea{
	padding: 8px;
    width: 92%;
    background-color: transparent;
    border: 1px #535353 solid;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    height: 102px;
    font-family: Roboto-Regular;
    color: #535353;
}
.ban-form textarea::-webkit-input-placeholder{
	font-family: Roboto-Regular;
	color: #535353;
}
.ban-form button{
	background: #2F80ED;
    border-radius: 4px;
    border: 0;
    width: 100%;
    height: 52px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-family: Axiforma-Regular;
    cursor: pointer;
}

/****************FIRST SECTION CSS**************/

/****************SECOND SECTION CSS**************/
.second-section{
	margin-top: 50px;
	margin-bottom: 100px;
}
.second-sec-left{
	width: 45%;
    float: left;
}
.second-sec-left img{
	width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.second-sec-right{
	width: 43.5%;
    float: left;
    background: #E9F2FF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 47px;
    padding-left: 70px;
}
.second-sec-right h3{
	font-size: 20px;
    line-height: 25px;
    color: #272622;
    font-family: Axiforma-Regular;
    width: 341px;
    margin-top: 0;
}
.second-sec-right p{
	font-size: 15px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    width: 449px;
    margin: 0;
}
/****************SECOND SECTION CSS**************/

/****************THIRD SECTION CSS**************/
.third-sec-head{
	text-align: center;
}
.third-sec-head h2{
	font-size: 35px;
    line-height: 40px;
    color: #272622;
    font-family: Axiforma-Regular;
    width: 594px;
    margin: 0 auto;
}
.third-sec-head p{
	font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    font-family: Roboto-Regular;
    width: 783px;
    margin: 0 auto;
    padding-top: 15px;
}
.third-sec-boxes{
	margin-top: 50px;
	margin-bottom: 70px;
}
.service-box{
	width: 32.2%;
    float: left;
    margin-right: 15px;
    border: 1px #CED5E0 solid;
    border-radius: 10px;
    height: 550px;
    position: relative;
}
.service-box img{
	width: 100%;
}
.service-box h4{
	font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #272622;
    font-family: Axiforma-Regular;
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
}
.service-box p{
	font-size: 15px;
    line-height: 25px;
    color: #9198A3;
    width: 280px;
    margin: 0 auto;
    font-family: Roboto-Regular;
}
.service-box a{
	display: block;
    text-align: center;
    color: #2F80ED;
    font-size: 15px;
    line-height: 30px;
    font-family: Axiforma-Regular;
    text-decoration: none;
    position: absolute;
    width: 100%;
    bottom: 15px;
}
/****************THIRD SECTION CSS**************/
/****************FOURTH SECTION CSS**************/
.fourth-section{
	background-color: #E9F2FF;
    padding-top: 70px;
    padding-bottom: 50px;
}
.fourth-sec-head{
	margin-bottom: 40px;
}
.fourth-sec-head h2{
	font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #272622;
    font-family: Axiforma-Regular;
    width: 570px;
    margin: 0 auto;
}
.video-sec{
	text-align: center;
}
.video-sec video{
    width: 400px;
    height: 400px;
}
/****************FOURTH SECTION CSS**************/
/****************Fifth SECTION CSS**************/
.fifth-section{
	margin-top: 80px;
    margin-bottom: 70px;
}
.fifth-sec-head{
	text-align: center;
    margin-bottom: 50px;
}
.fifth-sec-head h2{
	font-size: 35px;
    line-height: 40px;
    color: #272622;
    font-family: Axiforma-Regular;
    margin-bottom: 10px;
}
.fifth-sec-head p{
	font-size: 18px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    margin: 0;
}
.fifth-section .third-sec-boxes{
	margin-top: 30px;
    margin-bottom: 0px;
}
.fifth-section .service-box{
	height: 530px;
}
.fifth-section .service-box h4{
	width: 180px;
}
/****************Fifth SECTION CSS**************/
/****************sixth SECTION CSS**************/
.sixth-section .second-sec-right{
	padding: 46px;
    padding-left: 50px;
    width: 43.5%;
    padding-right: 71px;
}
.sixth-section .second-sec-right h3{
	width: 370px;
}
.second-sec-right button{
	background: #2F80ED;
    border-radius: 4px;
    border: 0;
    padding: 13px 70px;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Axiforma-Regular';
}
/****************sixth SECTION CSS**************/
/****************seventh SECTION CSS**************/
.seventh-section{
    margin-top: 80px;
    margin-bottom: 70px;
}
.seventh-sec-head{
	text-align: center;
}
.seventh-sec-head h2{
	font-size: 35px;
    line-height: 40px;
    color: #272622;
    font-family: Axiforma-Regular;
    margin: 0;
}
.seventh-sec-head  p{
	font-size: 18px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    width: 800px;
    margin: 0 auto;
    padding-top: 15px;
}
.seventh-sec-boxes{
	margin-top: 50px;
}
.service-icon-box{
	width: 33%;
    float: left;
    text-align: center;
}
.service-icon-box h4{
	font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    font-family: Axiforma-Regular;
    width: 280px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.service-icon-box p{
	font-size: 15px;
    line-height: 25px;
    color: #9198A3;
    text-align: left;
    width: 278px;
    font-family: Roboto-Regular;
    margin: 0 auto;
}
/****************seventh SECTION CSS**************/
/****************EIGHTH SECTION CSS**************/
.eighth-section .second-sec-right{
    padding: 39px;
    width: 45.5%;
    padding-left: 57px;
}
.eighth-section .second-sec-right h3{
	font-size: 20px;
    line-height: 25px;
    color: #272622;
    font-family: Axiforma-Regular;
    width: 420px;
}
/****************EIGHTH SECTION CSS**************/
/****************NINETH SECTION CSS**************/
.nineth-section{
	margin: 100px 0;
}
.nineth-sec-head{
	text-align: center;
}
.nineth-sec-head h2{
	font-size: 35px;
    line-height: 40px;
    color: #272622;
    font-family: Axiforma-Regular;
    margin-bottom: 15px;
}
.nineth-sec-head p{
	font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    font-family: Roboto-Regular;
    width: 800px;
    margin: 0 auto;
}
.nineth-sec-boxes{
    margin-top: 50px;
}
.client-box{
	width: 31.5%;
    float: left;
    text-align: center;
    border: 1px #CED5E0 solid;
    border-radius: 10px;
    margin-right: 25px;
    padding: 30px 0;
}
.client-box h5{
	font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    font-family: Axiforma-Regular;
    margin-bottom: 0;
}
.client-box span{
	font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #A4A29D;
    font-family: Axiforma-Regular;
}
.client-box p{
	font-size: 15px;
    line-height: 25px;
    color: #9198A3;
    font-family: Roboto-Regular;
    width: 280px;
    margin: 0 auto;
}
.client-slider-butn{
    text-align: center;
    margin-top: 40px;
}
.client-slider-butn a{
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px #2F80ED solid;
    margin-right: 10px;
    border-radius: 50%;
}
.client-slider-butn .active{
    background-color: #2F80ED;
}

/****************NINETH SECTION CSS**************/


/*======================================================HOME PAGE END=====================================================*/

/*================================================HOME SERVICE PAGE START===================================================*/
/****************FIRST SECTION CSS**************/
.service-first-section{
    margin-top: 30px;
}
.service-first-section .second-sec-right{
    background: #2F80ED;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 13.5px;
    padding-left: 70px;
    width: 46.5%;
    padding-right: 20px;
}
.service-first-section .second-sec-right h3{
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 23px;
    margin-top: 27px;
}
.service-first-section .second-sec-right p{
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
}
.service-first-section .second-sec-right button{
    background: #fff;
    color: #2F80ED;
    font-weight: bold;
    margin-bottom: 20px;
}
.service-first-section .second-sec-left{
    width: 45%;
    float: left;
}
.service-first-section .second-sec-left img{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/****************FIRST SECTION CSS**************/
/****************SECOND SECTION CSS**************/
.service-second-section{
    margin-top: 70px;
    margin-bottom: 70px;
}
.ser-second-sec-head{
    text-align: center;
    margin-bottom: 40px;
}
.ser-second-sec-head h2{
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    font-family: Axiforma-Regular;
}
.ser-second-sec-left{
    width: 44%;
    float: left;
}
.ser-second-sec-left img{
    width: 100%;
}
.ser-second-sec-right{
    width: 52%;
    float: left;
    padding-left: 40px;
}
.ser-second-sec-right p{
    font-size: 15px;
    line-height: 25px;
    color: #9198A3;
    font-family: Roboto-Regular;
    margin-top: 0;
    margin-bottom: 10px;
}
/****************SECOND SECTION CSS**************/
/****************THIRD SECTION CSS**************/
.ser-third-sec-head h2{
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #272622;
}
.accordian{
    padding: 0;
    list-style: none;
    width: 800px;
    margin: 0 auto;
}
.accordian li{
    margin-bottom: 15px;
}
.accordian li a{
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    text-decoration: none;
    display: block;
    background-color: #CED5E0;
    padding: 17px 0;
    border-radius: 8px;
}
.accordian-inner{
    margin: 0 auto;
    list-style: none;
    border: 1px #ced5e0 solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -5px;
}
.accordian-inner li{
    padding: 0;
    width: 671px;
    margin: 0 auto;
}
.accordian-inner li div{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #272622;
    margin: 15px 0;
}
.accordian-inner li div label{
    background-color: #272622;
    width: 25px;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.accordian-inner li div span{
    float: left;
    width: 94%;
}
/****************THIRD SECTION CSS**************/
/****************FOURH SECTION CSS**************/
.service-fourth-section{
    background-color: #2F80ED;
    padding: 40px 0;
    margin: 50px 0 70px 0;
}
.ser-fourth-sec-head{
    text-align: center;
}
.ser-fourth-sec-head h3{
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    font-family: Axiforma-Regular;
    margin-top: 0;
}
.ser-fourth-sec-head button{
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #2F80ED;
    font-family: Axiforma-Regular;
    background: #FFFFFF;
    border: 0;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    cursor: pointer;
}
/****************FOURH SECTION CSS**************/
/****************FIFTH SECTION CSS**************/
.service-fifth-section ul{
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.service-fifth-section ul li{
    margin-bottom: 20px;
}
.service-fifth-section ul li a{
    font-size: 18px;
    line-height: 25px;
    color: #272622;
    text-decoration: none;
    font-family: Roboto-Regular;
    font-weight: 500;
}
.service-fifth-section ul li a img{
    margin-right: 10px;
}

/****************FIFTH SECTION CSS**************/
/****************SIXTH SECTION CSS**************/
.service-sixth-section{
    padding: 50px 0;
    background: #E9F2FF;
    margin: 70px 0;
}
.ser-sixth-sec-head{
    text-align: center;
}
.ser-sixth-sec-head h2{
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #272622;
}
.ser-sixth-sec-head p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
}
.ser-sixth-sec-content{
    text-align: center;
    background: #272622;
    border-radius: 8px;
    padding: 30px;
}
.ser-sixth-sec-content h3{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #2F80ED;
    font-family: 'Axiforma-Regular';
    width: 728px;
    margin: 0 auto;
}
.ser-sixth-sec-content p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: Roboto-Regular;
    margin-bottom: 0;
}
.ser-sixth-sec-lines{
    margin-top: 40px;
    margin-bottom: 50px;
}
.ser-sixth-sec-lines ul{
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.ser-sixth-sec-lines ul li{
    margin-bottom: 20px;
}
.ser-sixth-sec-lines ul li a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    text-decoration: none;
}
.ser-sixth-sec-lines ul li a img{
    margin-right: 10px;
}
.service-sixth-section .second-sec-left{
    width: 45%;
    float: left;
}
.service-sixth-section .second-sec-right{
    width: 43%;
    float: left;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 68.5px;
    padding-left: 50px;
}
/****************SIXTH SECTION CSS**************/
/****************SEVENTH SECTION CSS**************/
.ser-seventh-sec-head{
    text-align: center;
}
.ser-seventh-sec-head h2{
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #272622;
}
.ser-seventh-sec-head p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #9198A3;
    font-family: 'Roboto-Regular';
    width: 800px;
    margin: 0 auto;
}
.ser-seventh-sec-content{
    margin-bottom: 50px;
}
.ser-seventh-sec-content h3{
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #272622;
    font-family: 'Axiforma-Regular';
}
.ser-sevent-sec-left{
    width: 48%;
    float: left;
}
.ser-sevent-sec-left img{
    border-radius: 8px;
}
.ser-sevent-sec-right{
    width: 52%;
    float: left;
}
.ser-sevent-sec-right p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #272622;
    font-family: 'Roboto-Regular';
    margin-top: 0;
    margin-bottom: 25px;
}
.ser-sevent-sec-right ul{
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 24px;
}
.ser-sevent-sec-right ul li{
    margin-bottom: 15px;
}
.ser-sevent-sec-right ul li a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    text-decoration: none;
}
.ser-sevent-sec-right ul li a img{
    margin-right: 10px;
}
.ser-sevent-sec-right button{
    width: 200px;
    height: 50px;
    background: #2F80ED;
    border-radius: 4px;
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
}
/****************SEVENTH SECTION CSS**************/
/****************EIGHTH SECTION CSS**************/
.service-eighth-section{
    padding: 30px 0;
    background: #E9F2FF;
    margin: 50px 0 70px;
}
.ser-eigth-sec-head{
    margin-bottom: 40px;
}
.ser-eigth-sec-head h2{
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #272622;
}
.ser-eigth-sec-content ul{
    padding: 0;
    list-style: none;
    text-align: center;
}
.ser-eigth-sec-content ul li{
    display: inline-block;
    margin-right: 72px;
}
.ser-eigth-sec-content ul li:last-child{
    margin-right: 0;
}
/****************EIGHTH SECTION CSS**************/
/****************NINETH SECTION CSS**************/
.service-nineth-section{
    margin-bottom: 60px;
}
.ser-ninth-sec-head h2{
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #272622;
}
.ser-ninth-sec-left{
    float: left;
    width: 50%;
}
.ser-ninth-sec-left h3{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #272622;
}
.ser-ninth-sec-left ul{
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}
.ser-ninth-sec-left ul li{
    margin-bottom: 15px;
}
.ser-ninth-sec-left ul li a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    text-decoration: none;
}
.ser-ninth-sec-left ul li a img{
    margin-right: 10px;
}
.ser-ninth-sec-right{
    float: left;
    width: 50%;
}
.ser-ninth-sec-right h3{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #272622;
}
.ser-ninth-sec-right ul{
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}
.ser-ninth-sec-right ul li{
    margin-bottom: 15px;
}
.ser-ninth-sec-right ul li a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #272622;
    font-family: Roboto-Regular;
    text-decoration: none;
}
.ser-ninth-sec-right ul li a img{
    margin-right: 10px;
}
/****************NINETH SECTION CSS**************/