@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');*/
/*******font-family: "Jost", serif;**********/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/*******  font-family: "Mulish", serif;**********/

/* CSS Document */
h1, h2, h3, h4, h5, h5 {  font-family: "Mulish", serif;
  font-weight: 600;
}
header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}
body {  font-family: "Mulish", serif;
  margin: 0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
    padding: 0;
    background: #1c1c1c !important;
    z-index: 222222;
    height: 80px;
}

.sticky1 {margin-top: 80px;}
.sticky .navbar.navbar-expand-sm {
    top: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a img {
	margin: 0 auto;
}

#back-top a:hover {
	color: #000;
}

#back-top a i {
	background: #ff2c2b;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 29px;
	padding-top: 2px;
	border: solid 2px #fff;
	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 25px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #ff3e3f;
    display: block;
    padding: 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    outline: none;
    line-height: 50px;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    border-radius: 50px;
}
/**go to top here end**/
/*******landingpage code************/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

/**commen**/
    .container {
        max-width: 1200px;
    }
.allehead  {
    font-size: 42px;
    display: block;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 35px;
	line-height: 52px;
}

.allehead strong {
    color: #a11d2a;
}

p {font-size: 16px;
    color: #64676c;
    line-height: 1.6;	}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: none;
    display: block;
    border-radius: 4px 0;
    border: solid 1px  #a11d2a;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a11d2a;
}

.fted {position: relative;}

ul {margin: 0; padding: 0; list-style: none;}
/**commen end**/

/*****nav******/

.navbar.navbar-expand-sm {
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    z-index: 2;
}.navbar-brand img{
    width: 110px;
}

.navbar .nav-link {
    font-size: 16px;
    margin: 0 10px;
    color: #fff;
    font-weight: 700;
}

.navbar .nav-item:hover .nav-link {    color: #ff3e3f;}
.navbar-brand {
    width: 41%;
}

.navbar.navbar-expand-sm .container {
    max-width: 1523px;
}
.navbar-expand-sm .navbar-nav  .nav-item:last-child .nav-link{
    border: none;
    padding: 18px 43px;
    text-transform: capitalize;
    border-radius: 0px 10px;
    cursor: pointer;
    color: #fff;
	font-size: 16px;
    display: inline-block;
    background-size: 200%;
    transition: 0.6s;
    box-shadow: 0px 7px 21px 0px rgba(245, 24, 24, 0.4);
    background-image: linear-gradient(to left, #a11d2a, #a11d2a, #a11d2a);
    background-position: right;
	margin: 0 0 0 15px;
}

.nav-item  .nav-link{
    display: block;
    margin-top: 10px;
}
.maindes {
    position: relative;
}
/***nav***/


/**mcssone**/
.bgime {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mcssone {
    position: relative;
	overflow: hidden;
	z-index: 0;
}

.mcssone::before {content: ""; height: 100%; width: 100%;  position: absolute; background: rgba(0,0,0,0.5);}

.mcssone .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 19%;
}
.mcssone  h1{
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.mcssone  h1 strong {
    color: #f1b537;
}
.mcssone p {
    color: #fff;
    padding-right: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
}
.mcssone p strong {
    color: yellow;
}
.lobove {
    width: auto;
    margin: 30px 0;
}
.lobove  img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.rbtn {
    border: none;
    padding: 18px 43px;
    text-transform: capitalize;
    border-radius: 0px 10px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    box-shadow: 0px 7px 21px 0px rgba(245, 24, 24, 0.4);
    background-image: linear-gradient(to left, #a11d2a, #a11d2a, #a11d2a);
    background-position: right;
	text-decoration: none;
}
.iedws {
    top: 23%;
    position: relative;
}
/**mcssone**end**/

/**mcsstwo**/

.mcsstwo ul {
    margin-bottom: 37px;
}

.mcsstwo {
    display: block;
    padding: 80px 0;
}
.seonew img {
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    height: 556px;
    object-fit: cover;
    width: 39%;
    display: inline-block;
    vertical-align: middle;
}

.conodes {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    padding: 0 0 0 10%;
}
.seotwo {
    background: rgba(161, 29, 42, 0.05);
    border-radius: 20px;
    padding-top: 60px;
    margin: 50px 0;
}

.seotwo img {
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    height: 556px;
    object-fit: cover;
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 27px;
}

.dese {
    display: inline-block;
    width: 57%;
    vertical-align: middle;
    padding: 0 0 0 10%;
}
.seotwo li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 14px;
}

.seotwo li img {
    object-fit: contain;
    height: 29px;
    margin: 0 9px 0 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    border-radius: 0;
}
.seotwo li span {
    font-size: 16px;
    color: #64676c;
    line-height: 1.6;
    display: inline-block;
    width: 85%;
    vertical-align: top;
}
.seotwo li span  i {display: inline-block; font-style: normal;}

/*.leodw {
    width: 40%;
    margin-right: 15%;
    display: inline-block;
    vertical-align: top;
}

.these ul {
    display: inline-block;
    width: 44%;
    vertical-align: top;
    float: right;
}

.these ul {
    display: inline-block;
    width: 44%;
    vertical-align: top;
    float: right;
}
.these {
    overflow: hidden;
    padding-bottom: 52px;
}

.seonew.riime {
    clear: both;
    margin: 50px 0 0;
    overflow: hidden;
}
.seonew.riime img {
    float: right;
    border-radius: 60px;
    height: 350px;
}
.these ul li {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
    padding: 22px 29px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
    background: #fff;
    background-position: right;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 45%;
    margin: 2%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


.these ul li:hover{background-image: linear-gradient(to left, #ff6d5c, #ff5079, #ff6d5c);}
.these ul li:hover  p {color: #fff;}
.these ul li:nth-child(2) { border-top-left-radius: 0;  border-top-right-radius: 40px;}
.these ul li:nth-child(3) { border-top-left-radius: 0;  border-radius:0 0  0 40px;}
.these ul li:last-child { border-top-left-radius: 0;  border-radius:0 0 40px 0 ;}

.these ul li:first-child:hover img {
    content: url("../images/ment2.png");
}
.these ul li:nth-child(2):hover img {
    content: url("../images/dat2.png");
}
.these ul li:nth-child(3):hover img {
    content: url("../images/net2.png");
}

.these ul li:last-child:hover img {
	   content: url("../images/co2.png");
}
.these ul li  p {
    color: #102039;
    font-size: 21px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
	line-height: 25px;
}
*/
.these ul {
    display: block;
    width: 100%;
    vertical-align: top;
    float: right;
}
.these {
    overflow: hidden;
    padding-bottom: 52px;
}

.seonew.riime {
    clear: both;
    padding:80px 0 0;
    overflow: hidden;
}
.seonew.riime img {
    float: right;
    border-radius: 60px;
    height: 350px;
}
.these ul li {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
    padding: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    background-position: right;
    border-radius: 10px;
    width: 17%;
    margin: 1%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 238px;
	font-weight: 500;
}

.these ul li:hover{background-image: linear-gradient(to left, #ff6d5c, #ff5079, #ff6d5c);}
.these ul li:hover  p {color: #fff;}

.these ul li:first-child:hover img {
    content: url("../images/ment2.png");
}
.these ul li:nth-child(2):hover img {
    content: url("../images/dat2.png");
}
.these ul li:nth-child(3):hover img {
    content: url("../images/net2.png");
}
.these ul li:nth-child(4):hover img {
    content: url("../images/co2.png");
}

.these ul li:last-child:hover img {
	   content: url("../images/5-wh.png");
}
.these ul li p {
    color: #102039;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 0 0;
    line-height: 22px;
}
.seonew.riime .conodes {
    padding: 0 10% 0 0;
}
/**mcsstwo**end**/

/** mcssthree**/

.mcssthree {
    background: #fafafa;
    padding: 80px 0;
    text-align: center;
}

p strong {
    color: #a20d23;
}

p  i {
    font-style: normal;
    font-weight: 700;
    color: #f1b537;
}

.mcssthree ul li {
    display: inline-block;
    width: 30%;
    margin: 1.5% 1.5%;
    background: #fff;	
    padding: 17px;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    text-align: left;
    vertical-align: top;
    min-height: 252px;
}

.rede {
    color: #a20d23;
    font-size: 22px;
}

.mcssthree ul li p {
    margin: 7px 0 7px 0;
    font-size: 18px;
    color: #000;
	line-height: 23px;
}

.mcssthree ul li .burpoe {
    position: relative;
	margin: 15px 0;
}


.mcssthree ul li .burpoe p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 6px 0;
    padding: 0 0 0 20px;
	color: #64676c;
	position: relative;
}

.mcssthree ul li .burpoe p::before {
    background: #b3b3b3;
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    border-radius: 20px;
    top: 8px;
}

/** mcssthree**end**/

/**mcssfour**/
.mcssfour {
    padding: 80px 0;
}

.bodw {
    border-radius: 20px;
    border: 1px solid rgb(240, 240, 240);
    padding: 16px;
    margin: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

.owl-carousel .owl-item .idew img {
    width: 232px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 26px 0 0;
    vertical-align: middle;
    object-fit: contain;
}

.idew p {
    display: inline-block;
    width: 75%;
    color: #717b9b;
    vertical-align: middle;
    margin: 0;
}
.namede {
    font-size: 22px;
    color: #000;
    display: block;
    margin: 14px 0 0 0;
}

.namede span {
    color: #717b9b;
    font-size: 15px;
}
.ide {
    display: block;
    margin: 50px 0 0 0;
    text-align: center;
    position: relative;
    border-radius: 0 50px;
    overflow: hidden;
    width: 98%;
    margin: 50px auto 0;
}

.ide img.bgime {
    width: 100%;
    object-fit: cover;
    height: 358px;
}
.ide::before {content: ""; position: absolute; height: 100% ; width: 100%;background: rgba(161, 29, 42, 0.7);}

.contde {
    width: auto;
    height: auto;
    position: absolute;
    top: 29%;
    text-align: left;
    padding: 0 50px;
}
.contde p {
    display: inline-block;
    font-size: 29px;
    width: 44%;
    text-align: left;
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 41px;
    vertical-align: middle;
    margin-right: 14%;
}

.ridew {
    display: inline-block;
    width: 40%;
    background: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 0 12px;
}

.ridew img {
    object-fit: contain;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
/**mcssfour**end**/

/**footer**/
footer {
    position: relative;
    color: #f0f0f0;
    text-align: center;
}


.ftime {
    width: 100%;
    object-fit: cover;
    height: 560px;
}

footer .container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
footer h4 {
    font-size: 38px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 35px;
    line-height: 43px;
}

.hese {
    margin: 0 0 38px;
}

.hese a {
    display: inline-block;
    vertical-align: top;
    color: #ffff;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
	text-align: left;
}

.hese a i {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
    color: #bdbdbd;
}

footer  p{
    color: #fff;
}

.codew {
    border-top: 1px solid #233148;
    margin-top: 25px;
    text-align: left;
    padding: 27px 0;
}
.codew {
    display: inline-block;
    float: none;
    width: 100%;
    overflow: hidden;
}

.liese {
    display: inline-block;
    float: left;
}

.sociabe {
    display: inline-block;
    float: right;
}

.sociabe a {
    color: #7b8693;
    font-size: 14px;
    display: inline-block;
    padding-left: 16px;
}


.sociabe a  i {
webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);}

.sociabe a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	color: #ff3e3f;
}

/**footer**end**/

/**mcssone**/
/**mcssone**end**/

/**mcssone**/
/**mcssone**end**/

/**mcssone**/
/**mcssone**end**/
