﻿ @charset "utf-8";
@font-face { font-family: 'DroidSansRegular'; src: url('fonts/DroidSans-webfont.eot'); src: url('fonts/DroidSans-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg'); font-weight: normal; font-style: normal; }

/* Css For universityerp */
body {
	font-family: DroidSansRegular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
    color: #333;
}
a:focus, a:hover {
    color: #1785cf;
	/*background: #4eb1ff;*/
}

/** banner-section **/

.banner-carousel .slide-item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 64vh;
}

.banner-carousel .content-box{
  position: relative;
  width: 100%;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: red;
  mix-blend-mode: multiply;
  z-index: 1;
}

.banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  /*background: #000000;*/
  opacity: 0.6;
}

.banner-carousel .slide-item .image-layer{
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box h2{
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  transform: scaleX(0);
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  transform: scaleX(1);
}

.banner-carousel .content-box p{
  line-height: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
   -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button.owl-next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 45px;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #fff;
}

.banner-carousel .owl-nav button.owl-next:hover:before{
  background: #1785cf;
  right: 23px;
  width: 20px;
}

.banner-carousel .owl-nav button.owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.banner-carousel .owl-nav button.owl-next:hover:after{
  border-right: 2px solid #1785cf;
  border-top: 2px solid #1785cf;
  right: 23px;
}

.banner-carousel .owl-nav button.owl-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 45px;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #fff;
}

.banner-carousel .owl-nav button.owl-prev:hover:before{
  background: #1785cf;
  left: 23px;
  width: 20px;
}

.banner-carousel .owl-nav button.owl-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.banner-carousel .owl-nav button.owl-prev:hover:after{
  border-left: 2px solid #1785cf;
  border-bottom: 2px solid #1785cf;
  left: 23px;
}

.banner-carousel .owl-nav button.owl-prev{
  left: 70px;
}

.banner-carousel .owl-nav button.owl-next{
  right: 70px;
}


.banner-carousel .owl-nav button:hover{
  background: #fff;
}

.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/** feature-four **/

.feature-four .inner-container{
  overflow: hidden;
  margin-top: -250px;
  z-index: 2;
}

.feature-four .feature-block{
  padding: 0px 15px;
}

.feature-four .feature-block:nth-child(2) .feature-block-four .inner-box{
  background: #222226;
}

/** slider-six **/

.slider-six .banner-carousel .slide-item:before{
  display: none;
}

.slider-six .content-inner{
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.slider-six .active .content-inner{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-six .content-inner h2,
.slider-six .content-inner p{
  color: #fff;
  z-index: 1;
  text-shadow: 1px 1px 3px #000;
    color: #fff;
    font-size: 44px;
    font-weight: normal;
    line-height: 65px;
    text-align: left;
	margin-top:-88px;
}

.slider-six .content-inner .theme-btn{
  color: #fff !important;
  background: none repeat scroll 0 0 #1785cf;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
}
.slider-six .theme-btn {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #141417 !important;
    padding: 18px 39px 16px 39px;
}
.slider-six .theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #232327!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.slider-six .theme-btn:hover:before{
  bottom: -40%;
}

.slider-six .content-inner .theme-btn:hover{
  color: #fff !important;
}

.slider-six .pattern-layer{
  width: 100%;
  height: 249px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  z-index: 2;
}

/** cta-five **/

.cta-five{
  width: 98%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  margin-left: 14px;
}

.cta-five:before{
  position: absolute;
  content: '';
  /*background: #0000007a;*/
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  z-index: 1;
}

.cta-five .sec-title-eight h2{
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  line-height: 80px;
    font-size: 44px;
    text-align: center;
    color: #fff;
}

.cta-five .shape .shape-1{
  width: 200px;
  height: 209px;
  background-repeat: no-repeat;
}

.cta-five .shape .shape-2{
  left: 95% !important;
  top: 50% !important;
  width: 200px;
  height: 209px;
  background-repeat: no-repeat;
}


.parallax-bg{
  top: -30%;
  width: 100%;
  height: 135%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: fixed;
}

/** text-overlay-animation **/

.overlay-anim-black-bg,
.overlay-anim-red-bg,
.overlay-anim-white-bg {
  display: inline-block;
  overflow: hidden;
}

.overlay-anim-black-bg:after,
.overlay-anim-red-bg:after,
.overlay-anim-white-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);       
}

.overlay-anim-black-bg:after{
  background: #222;
}

.overlay-anim-white-bg:after{
  background: #fff;
}

.overlay-anim-black-bg.overlay-animation:after,
.overlay-anim-red-bg.overlay-animation:after,
.overlay-anim-white-bg.overlay-animation:after {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}


.mouse-pointer{
  display: none;
}

.requestdemobtn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
}

/*--spotlight start--*/

#spotlight {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#spotlight ul,
#spotlight ul li,
#spotlight ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#spotlight ul {
  position: relative;
  z-index: 9;
  float: left;
}
#spotlight ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#spotlight ul li.hover,
#spotlight ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#spotlight ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#spotlight ul ul li {
  float: none;
}
#spotlight ul ul ul {
  top: -2px;
  right: 0;
}
#spotlight ul li:hover > ul {
  visibility: visible;
}
#spotlight ul ul {
  top: 1px;
  left: 99%;
}
#spotlight ul li {
  float: none;
}
#spotlight ul ul {
  margin-top: 1px;
}
#spotlight ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#spotlight {
  width: 40px;
  background:none;
  zoom: 1;
  font-size: 12px;
}
#spotlight:before {
  content: '';
  display: block;
}
#spotlight:after {
  content: '';
  display: table;
  clear: both;
}
#spotlight a {
  display: block;
  padding: 8px 20px;
  color: #ffffff;
  text-decoration: none;
}
#spotlight > ul {
  width: 40px;
}
#spotlight ul ul {
  width: 215px;
}
#spotlight > ul > li > a {
  color: #ffffff;
}
#spotlight > ul > li > a:hover {
  color: #ffffff;
}
#spotlight > ul > li.active a {
  background: none;
}
#spotlight > ul > li a:hover,
#spotlight > ul > li:hover a {
  background: none;
}
#spotlight li.active  ul  li a {
  background: #1a275d;
}

#spotlight li {
  position: relative;
}
#spotlight ul li.has-sub > a:after {
  /*content: '+';*/
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#spotlight ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#spotlight ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#spotlight ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#spotlight ul ul {
  border: 1px solid #0082e7;
  margin-top:7px;
}
#spotlight ul ul a {
  font-size: 12px;
  color: #ffffff;
  text-align:left;
  line-height:16px;
}
#spotlight ul ul a:hover {
  color: #ffffff;
}
#spotlight ul ul li {
  border-bottom: 1px solid #0082e7;
}
#spotlight ul ul li:hover > a {
  background: #51609f;
  color: #ffffff;
}
.menu .submenu li:hover > a {background: #4eb1ff;
    color: #ffffff;}
#spotlight.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
#spotlight.align-right {
  float: right;
}
#spotlight.align-right li {
  text-align: right;
}
#spotlight.align-right ul li.has-sub > a:before {
  /*content: '+';*/
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#spotlight.align-right ul li.has-sub > a:after {
  content: none;
}
#spotlight.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#spotlight.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#spotlight.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#spotlight.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.spotlightbtn {
    left: 0;
    position: fixed;
    top: 43%;
}

.menu {
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu .share:hover.bottom .submenu li:nth-child(1) {
    opacity: 1;
    top: 0px;
    left: 40px;
    transform: rotate(0deg);
    transition-delay: 0.08s;
	background-color: #1785cf;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 54px;
  left: 40px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.16s;
  background-color: #1785cf;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 108px;
  left: 40px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.24s;
  background-color: #1785cf;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 162px;
  left: 40px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.32s;
  background-color: #1785cf;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 216px;
  left: 40px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.4s;
  background-color: #1785cf;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(6) {
  opacity: 1;
  top: 266px;
  left: 40px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.4s;
  background-color: #1785cf;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu .submenu li a {
  color: #ffffff;
  padding: 10px 11px 7px 13px;
  display: inline-block;
  width: 100%;
  height: 55px;
}
.menu .share:hover.bottom .submenu li:nth-child(1):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(2):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(3):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(4):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(5):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(6):hover{
	background-color:#606a81;
}
.menu.topLeft {
    top: 40%;
    left: 0px;
}

/*--spotlight ends--*/

/*--pop up start--*/
.contnt {
    background-color: #343d51;
    border-radius: 15px;
    width: 840px;
}
.modalpop {
    max-width: 840px;
}
.headr {
    border-bottom: none;
}
.footr {
    border-top: none;
}
.ad-bg {
    height: 385px;
    background: url(../images/home-page-ad-banner.jpg) no-repeat scroll 380px 0;
    width: 100%;
    padding: 40px 400px 40px 40px;
    font-size: 20px;
    FONT-WEIGHT: normal;
    border-radius: 15px;
    text-align: justify;
    line-height: 29px;
    color: #101010;
    clip-path: polygon(45% 120%, 83% -172%, 115% 100%, 21% 101%); 
}
.pop {
    width: 50%;
    float: left;
    margin-top: -315px;
    padding: 0px 31px 10px 29px;
    text-align: justify;
}
.pop p {
    color: #fff;
    line-height: 22px;
    font-size: 17px;
    font-weight:600;
}
#popupfoot a {
    text-decoration: none;
}
.ad-close-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 14px !important;
    color: #fff !important;
    background: #FF0000 !important;
    border-radius: 50px;
    width: 32px;
    text-align: center;
    font-weight: bold !important;
    padding-top: 3px;
    height: 32px;
    opacity: 0.8 !important;
    line-height: 24px !important;
}
.ad-button {
    background: #ff7f00;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    text-shadow: none;
}
.ad-button:hover {
    background: #eb8b2d;
    color: #fff;
}
div#popupfoot {
    margin-bottom: 70px;
}

@media (max-width: 766px) and (min-width: 240px){
    .contnt {
    width: 122%;
}
.ad-bg {
    background: url(../images/home-page-ad-banner.jpg) no-repeat scroll 0 -27px #ffffff;
    padding: 400px 20px 20px 20px;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    clip-path: polygon(0% -228%, 146% 100%, 0% 180%, 0 75%);
    width: 100%;
}
.pop p {
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
}
.pop {
    width: 100%!important;
    padding: 0px 31px 10px 29px;
    text-align: justify;
    margin-top: 0px!important;
}
.ad-bg p {
    display: none;
}
}

/*--pop up ends--*/

@media screen and (max-width: 769px) {
  .stay{
      margin-bottom:100px;
  }
}

.b_shadow_26 {
    box-shadow: 0 -12px 40px 0px rgb(0 0 0 / 10%);
}
.co {
    color:#fff;
}
.banner-carousel .slide-item.silde-height {
    height: 100vh;
}

.top-line {
    border-top: 5px solid #1785cf;
}
.featur {
    padding-top: 230px;
    padding-bottom: 30px;
}
.header-style-layout-eight .main-menu .navigation > li.arow > a:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 31px;
  right: 0px;
  font-weight: 400;
}
.header-style-layout-eight .main-menu .navigation > li > ul > li.aroww > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  top: 8px;
  left: 20px;
  font-weight: 400;
}
.header-style-layout-eight .main-menu .navigation > li > ul > li.aroww > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  top: 8px;
  left: 20px;
  font-weight: 400;
}
.slider-six .content-inner {
    background: none!important;
}
.slider-six .content-inner {
    max-width: 950px;
}
.black_color {
    color:#000!important;
}
/*------07/06/2023--------------*/
@media only screen and (max-width: 1200px){ 
	.about-grids {
    margin: 0 auto;
    width: 95%!important;
}
}
@media only screen and (min-width: 1200px){ 
	.about-grids {
    margin: 0 auto;
    width: 85%;
}
.about-grids {
    width: 84%!important;
}
.about-grid {
    width: 100%;
}
}
@media (max-width: 736px) and (min-width: 320px){
.bodycontent {
    overflow: hidden;
}
.about-grids {
    width: 100%;
}
.about-grid {
    width: 100%!important;
}
.blockimgraster {
    text-align: center;
}
.blockimgraster img {
    width: 50%;
}
.about-mid {
    margin: 0;
}
.sloganforhome{
	margin-top:-20px;
}
.slider-six .content-inner h2 {
    font-size: 16px!important;
    line-height: 56px!important;
}
.pt_160 {
    padding-top: 60px;
}
.slider-six .content-inner .theme-btn {
    font-size: 14px;
    padding: 4px 10px;
}
.blockdisc {
	padding:8px;
}
.banner-carousel .slide-item {
    height: 37vh;
}
.testimonials_main {
    background: none!important;
}
}
@media (max-width: 736px) and (min-width: 320px) {
    .cont-magrin {
        margin-left:0px;
    }
    .feature-block-six .inner-box.box-height:hover {
        height: 100%;
    }
    .featur {
        padding:0;
    }
	.cta-five {
    width: 93%;
    margin-left: 14px;
}
.sloganforhomeinner {
    margin: 0!important;
}
.cta-five .sec-title-eight h2 {
	font-size:27px;
	line-height: 40px;
}
.testimonials_main {
	text-align:center;
	margin-bottom: 60px!important;
	padding-left:0!important;
}
}

/*---07/06/2023----*/
.main-menu .navigation > li.current > a {
    color: #333;
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {
    color: #fff;
	text-decoration:underline;
}
.main-menu .navigation > li:hover > a {
	color:#e35712;
}
.pt_160 {
    padding-top: 130px;
}
.sloganforhome {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-family: calibri;
    font-size: 21px;
    font-style: italic;
    padding: 0;
    text-align: center;
    width: 100%;
}
.sloganforhomeinner {
    background: none repeat scroll 0 0 #1785cf;
    color: #ffffff;
    height: 20px;
    margin: -20px auto 0;
    opacity: 0.8;
    position: relative;
    width: 100%;
	z-index: 99;
}
.bodycontent {
	width:100%;
	margin:0 auto;
}
.bodycontentinner {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 0;
    width: 100%;
	margin-bottom: 25px;
}
.about-grids {
    margin: 0 auto;
    width: 75%;
}
.about-grid {
    float: left;
    width: 19%;
}
.blockimgraster {
    float: left;
    width: 100%;
}
.blockimgraster img {
    width: 100%;
}
.sublbl3heading {
    float: left;
    font-size: 17px;
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
	line-height: 22px;
}
.blockdisc {
    float: left;
    padding: 8px 0;
    width: 100%;
    text-align: center;
	color: #555;
	line-height: 22px;
}
.about-mid {
    margin: 0 1%;
}
.squreheading {
    border-bottom: 1px solid #bae8ff;
    float: left;
    margin: 35px 0;
    text-align: center;
    width: 100%;
}
.squreheading h2 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #198fcb;
    display: inline;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
.testimonials_main {
    border-bottom: dotted 1px #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 34px;
    background: url(../images/quote.png) no-repeat 0 0;
	line-height: 22px;
    color: #555;
}
section.feature-four {
    text-align: right;
}
.hmwhyiums {
    padding-bottom: 45px;
	text-align: left;
}
.hmckpoints {
    list-style-type: none;
}
.hmckpoints li {
    background: url(../images/check-arrow.png) no-repeat scroll 0 10px;
    padding: 8px 25px;
    width: 100%;
}
.whyiumsimg {
    margin-top: 12px;
}
.authorname {
    color: #555;
	float: left;
    padding-top: 5px;
    font-size: 13px;
    text-align: right;
    font-style: italic;
    width: 100%;
}
.footer {
    float: left;
    width: 100%;
    padding-top: 12px;
    background: url(../images/strip-bg.png) no-repeat scroll center -11px #EEEEEE;
}
.footerinner {
    width: 96%;
    margin: 0 auto;
}
.footerinner ul {
    list-style: none;
    float: left;
    padding: 5px 0 0 0;
}
.footerinner ul li {
    color: #1785cf;
    float: left;
    padding: 0 10px;
}
.footerinner ul li a, .footerinner ul li.footeraddress {
    font-size: 12px;
    color: #777;
}
.copyrightfooter {
    padding-left: 0 !important;
    padding-bottom: 5px;
    width: 70%;
}
.copyright {
    float: right;
    width: 27%;
    color: #1785cf;
    font-size: 12px;
}
#content {
    float: right;
    padding-top: 10px;
    width: 60%;
}
#content .menuu {
    text-align: center;
}
#content .menuu .primary-menu {
    float: right;
    list-style-type: none;
    padding-top: 0;
    width: 163px;
    margin-right: 120px;
}
#content .menuu .primary-menu li {
    display: inline;
    text-align: center;
    margin: 0 5px;
    width: auto;
    padding: 0;
}
#content .menuu .primary-menu li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
}
