@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Hind+Madurai:300,400,500,600,700');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
    scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
@-ms-viewport {
width:device-width;
}

a {
	color: #ed1c24;
	text-decoration: none;
	font-family: 'Hind Madurai', sans-serif;
	-webkit-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	-ms-transition: background ease 0.3s;
	transition: background ease 0.3s;
}
a:hover {
	color:#f15b2e;
	text-decoration: none;
	    transition: all .4s ease;
}
a:focus {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.contact-me h5 a {
    color: #313131;
}
.contact-me h5 a:hover {
    color: #e20f22;
}
@media (min-width: 1200px){
.container-header {
    max-width: 1280px;
}
}


.hidden-decktop{
    display:none;
}



.mail-info h5{
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #afafaf;
    position: relative;
    top: 5px;
    padding-right: 11px;
}

/*******Reset Css********/
.padding-all{
	padding:50px 0 50px;
}
.section-common{
	position:relative;
	height:auto;
	background-color:#fff;
	width:100%;
}
.shadow-img{
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}



.stickyHeader.headerbg{
	background-color:#fff;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation:slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}

.headingH2-main h2 {
    text-transform: uppercase;
    color: #464646;
    font-weight: 700;
    font-size: 30px;
}

/*********************Header css*******************/

.contact-me{
	padding-top: 6px;
    padding-right: 12px;
}
.contact-me h5{
	    color:#000;
    font-size: 14px;
}

.btnquery{    
    background: #283891;
    color: #fff;
    padding: 9px 20px 8px;
    margin-left: 10px;
    border-radius: 4px;
    margin-right: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.btnquery:hover{
	background-color:#ffa500;
	color:#000;
}


.social-icons ul{
	margin:0;
	padding:0;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #2b2b2b;
    text-transform: uppercase;
    padding-left: 11px;
    border-left: 1px solid #cecece;
    padding-right: 10px;
}
.social-icons ul li a:hover{
	color:#e20f22;
}


.ui-header-bg{
	background:#fff;
}

.secondary-menu{
	    padding-bottom:25px;
}

.navbar-brand.logo-ui{
    width: 180px;
    position: absolute;
    z-index: 9;
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    padding: 4px 14px 1px;
    line-height: 1.625rem;
    margin-right: 14px;
    color: #313131;
    letter-spacing: 0.6px;
    transition: 0.3s ease;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.ui-nav-padding{padding:15px 10px 15px;}

.navbar .navbar-nav .nav-link:before{content: "";position: absolute;z-index: -1;left: 0;right: 100%;bottom: 0;background: #1e45bf;height:2px;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}

.navbar .navbar-nav .nav-link:hover:before, .navbar .navbar-nav .nav-link:focus:before, .navbar .navbar-nav .nav-link:active:before {
  right: 0;
  
}
.navbar .navbar-nav .nav-link:hover{
	color: #1e45bf;
}




.navbar .navbar-nav > li:hover > a, .navbar .navbar-nav > li.current > a {
	color: #283891;
}
.navbar .navbar-nav > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 210px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0px;
	background: #ffffff;
	text-align: left;
	border-top: 3px solid #283891;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.navbar .navbar-nav > li > ul:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -30px;
	width: 100%;
	height: 30px;
	display: block;
}
.navbar .navbar-nav > li > ul.from-right {
	left: auto;
	right: 0px;
}
.navbar .navbar-nav > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 0px;
	list-style:none;
}
.navbar .navbar-nav > li > ul > li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.navbar .navbar-nav > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 25px;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.navbar .navbar-nav > li > ul > li:hover > a {
	color: #ffffff;
	background:#283891;
}
.navbar .navbar-nav > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	z-index: 5;
}
.navbar .navbar-nav > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 100%;
	width: 210px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0px;
	background: #ffffff;
	text-align: left;
	border-top: 3px solid #283891;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.navbar .navbar-nav > li > ul > li > ul.from-right {
	left: auto;
	right: 0px;
}
.navbar .navbar-nav > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	padding: 0px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 0px;
}
.navbar .navbar-nav > li > ul > li > ul > li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.navbar .navbar-nav > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 25px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #283891;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.navbar .navbar-nav > li > ul > li > ul > li:hover > a {
	color: #ffffff;
	background: #283891;
}
.navbar .navbar-nav > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	display:block;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.navbar .navbar-nav li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	display:block;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.navbar .navbar-collapse > ul li.dropdown .dropdown-btn {
	    position: absolute;
    right: 10px;
    top: 1px;
    width: 30px;
    height: 29px;
    border: 1px solid #949494;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    background: #ffffff;
    color: #505050;
    cursor: pointer;
    display:none;
    z-index: 5;
}



.btn-common {
    border: 2px solid #283891;
    color: #fff;
    font-weight: 600;
    padding: 6px 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-radius: 4px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: #283891;
    bottom: 24px;
}
.btn-common:hover{
	background-color:#bf1e2d;
	color:#fff;
	border: 2px solid #bf1e2d;
}

.common-btn{
	margin-top:40px
}
.colorBlue{
    color:#283891 !important;
}
.col-flex-common i{
    color:#fff;
    font-size:30px;
}

.heading-h2-common{
	font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #283891;
    text-transform: uppercase;
}
.skilles-column p{
font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #040404;
    margin-top: 12px;
    text-align: justify;
}

.skilles-column {
    padding-top: 20px;
}
.bgGrayfb{
	background-color:#fbfbfb;
}

/********************craousel coding***********************/

.form-column {
    position: relative;
    z-index: 9;
    margin-top:20px;
}

.headingSlider{
    position: relative;
    z-index: 999;
}

.positionRelative{
      position: relative;
    z-index: 999;
}

.homeCraousel {
    width: 100%;
    position: relative;
    margin-top: 110px;
        background: linear-gradient(to top, #283891, #174d9e);
}

.slider-form-ui {
    position: absolute;
    top: 75px;
    z-index: 999;
    left: 0;
}


#scriptSlider .owl-nav{
	display:none;
}
.crm-animation {
    position: relative;
    max-width: 100%;
    background: transparent;
    box-sizing: border-box;
    margin-top: -20px;
    right: 25px;
}

.headingSlider p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}
.headingSlider h1 {
    font-size: 38px;
    color: #ffb820;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 37px;
    margin-bottom: 15px;
}

.color-whitefff {
    color: #fff;
}
.carouselSection {
    padding-top:112px;
}

.overlyBg-dark{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background:linear-gradient(to right, rgb(0 0 0 / 51%), rgba(0, 0, 0, 0));
}

.carousel-caption.customCaption{
 top: 18%;
    left: 12%;
    text-align: left;
}
.item-corousel h5 span.flaticon-lightning:before {
    content: "\f108";
    font-size: 25px;
    margin-left: 0px;
}
.item-row{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 4%;
    transform: translate(2px, -32px);
}	
.item-corousel h5{
	color:#fff;
	font-size: 14px;
	text-shadow: 0 2px 15px rgba(0,0,0,.36);
}
.item-corousel h2{color: #fff;font-size: 25px;font-weight: 800;text-shadow: 0 2px 15px rgba(0,0,0,.36);text-transform: uppercase;letter-spacing: 0.5px;line-height: 33px;margin-top: 13px;}

.mt-cu-top{
	    margin-top: 45px;
    margin-left: 9px;
}
.white-btn{
	    border: 2px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: 10px 33px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-radius: 4px;
    position: relative;
}

.white-btn span.flaticon-next:before {
    content: "\f105";
    font-size: 10px;
    margin-left: 4px;
}
.white-btn:hover{
	background-color:#e74141;
	color:#fff;
	border:none;
}




.carousel-control-prev-icon {
    background-image: url(../images/arrow-point-to-right.svg) !important;
    background-repeat: no-repeat;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow-point-to-right.svg) !important;
    background-repeat: no-repeat;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
}
.carousel-control-prev {
    left: 45px;	
}

.carousel-control-prev {
    position: absolute;
    top: 44%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: #000;
    transform: rotate(180deg);
    height: 53px;
    border-radius: 40px;
}


.carousel-control-next {
    right: 45px;
	    transform: rotate(0);
}
.carousel-control-next {
    position: absolute;
    top: 44%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: #000;
    height: 53px;
    border-radius: 40px;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
}


.skew-fetures h4{
	position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7cfaff;
    border-bottom: 1px solid #12585a;
    padding-bottom: 11px;
}

/*********Home About************/
.skew-icons{
    position: absolute;
    height: 200px;
    z-index: 9;
    right: 10%;
    top: 20%;
}


.tript-skew{
	    position: relative;
    height:200px;
    z-index:9;
}
.tript-skew h3{
position: relative;
    z-index: 99;
    color: #fff;
    padding-left: 47px;
    padding-top: 35px;
}
.tript-skew:after{
    position: absolute;
    display: block;
	content:'';
    background-color:#bf1e2d;
      -webkit-transform: skew(-9deg);
    -o-transform: skew(-9deg);
    transform: skew(-9deg);
    height: 100%;
    width: 100%;
	top:0;
    min-width: 40px;
}

.skew-btn{
    position: relative;
    z-index: 9;
    top: 32px;
    left: 47px;
}


.aboutCircle{
	width:400px;
	height:400px;
	background-color:#ddd;
	border-radius:50%;
	position:relative;
}
.aboutCircle img{
	width:400px;
	height:400px;
	position:relative;
		border-radius:50%;
		z-index:99
}

.aboutCircle:after{
content: '';
    overflow: hidden;
    animation-name: rotade;
    animation-duration: 7s;
    color: #583bc4;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    background:#edf9ff;
    position: absolute;
    width: 450px;
    height: 450px;
    top: -25px;
    left: -25px;
    border-radius: 234px 135px 239px 161px / 156px 108px 207px 281px;
}

@keyframes rotade {
  0%{
     border-radius: 188px 351px 255px 248px;
	
  }
  
  25%{
	   border-radius: 288px 451px 355px 148px;
	  }
	  
	   50%{
	   border-radius: 888px 251px 155px 348px;
	  }

  75%{
	   border-radius: 388px 151px 335px 148px;
	  }
  100% {
	  border-radius: 488px 651px 455px 948px;
  }
}


.bg-line-moving {
    background: url(../images/Wave-pattern-light.png) #fbfbfb;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-about-flex h6 {
    font-size: 24px;
    position: relative;
    color: #bf1e2d;
    text-transform: uppercase;
}

.after-heading-h6:after {
    content: '';
    width: 39px;
    height: 2px;
    background-color: #bf1e2d;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.home-about-flex h2 {
font-size: 27px;
    line-height: 38px;
    font-weight: 700;
    color: #283891;
    text-transform: capitalize;
}

.home-about-flex p {
font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: 12px;
}

/**************Footer************/

.footerBg {
    background:#283891;
}

.footer-links h4 {
    color: #ffffff;
    /* border-bottom: 1px solid #fff; */
    padding-bottom: 8px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    position: relative;
}

.footer-links h4:after {
    content: '';
    position: absolute;
    width: 41px;
    height: 2px;
    left: 0;
    background-color:#f9a20c;
    bottom: 0px;
}
.colorBlack {
    font-weight: 500;
    color: #ffffff;
}
.footer-links ul {
    padding-top: 17px;
    margin: 0;
    list-style: none;
}
.footer-links ul li {
    display: list-item;
}
.footer-links ul li a {
    color: #565555;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}
.borderRight-2 {
    border-right: 2px solid #a5a4a4;
}

.footer-links address {
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
    line-height:21px;
    font-weight: 600;
}
.footer-links p a {
    color: #ffffff;
    font-weight: 600;
}
.footer-socicla {
    margin: 0 !important;
    padding: 10px 0 !important;
    position: relative;
    right: 10px;
}
.footer-socicla li a {
    font-size: 16px !important;
    width: 35px;
    height: 35px;
    background: #bf3617;
    display: inline-block;
    line-height: 37px !important;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}
.footer-socicla li a:hover {
    background: #fff;
    color: #bf3617;
}
.footer-links ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}
.footer-socicla li {
    display: inline-block !important;
    padding: 0 6px;
}
.broder-bt {
    border-top: 1px solid #c5c5c5;
}

.envelop i.flaticon-mail:before {
    content: "\f10a";
    margin-left: 0;
    font-weight: 400;
}

.form-control.form-set-c {
border-radius: 0;
    background: transparent;
    font-size: 15px;
    line-height: 34px;
    padding: 8px 0px;
    border-bottom: 1px dotted #ffffff !important;
    font-weight: 500;
    color: #fff;
    border: none;
}
.error{
        font-size: 10px;
    color:#ea3232;
    font-weight: 600;
    letter-spacing: 0.4px;
}


.form-control.form-set-c::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
.form-control.form-set-c::-moz-placeholder { /* Firefox 19+ */
 color:#fff;
}
.form-control.form-set-c:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
.form-control.form-set-c:-moz-placeholder { /* Firefox 18- */
  color:#fff;
}


.btn.custom-bannerbtn{
    color: #000;
    background-color: #ffb820;
    border-color: #ffb820;
    padding: 12px 42px;
    border-radius: 51px;
    font-weight: 600;
}

.form-control.form-message {
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #afafaf;
    padding: 5px 14px;
}


.headingH2-main h2 {
    text-transform: uppercase;
    color: #464646;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}

.headingH2-main h2:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color:transparent;
    position: absolute;
    left: 48%;
    bottom: -8px;
}
.col-lefFelx h4{
    margin-bottom: 33px;
    font-size: 50px;
    font-weight: 900;
    color: #283891;
}
.flex-column figure{
	margin-bottom:10px;
}
.flex-column h5{
	    color: #404040;
}

.flex-column {
    margin-bottom: 27px;
}

.bgcolorCol{
	background: #f2fafb;
}

.doodle-img {
    position: absolute;
    bottom: 0;
    right: -1px;
}



.circle-flex-1{
	    width:300px;
    height:300px;
    background-color: #ddd;
    border-radius: 50%;
    position: relative;
}
.circle-flex-1 img{
	    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 50%;
    z-index: 99;
}
.circle-Sale-Col{
	position:relative;
}

.circle-flex-2{
width: 200px;
    height: 200px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    right: 136px;
    top: 69%;
}
.circle-flex-2 img{
	    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    z-index: 99;
}

.circle-flex-2:after{
    content: '';
    overflow: hidden;
    background: rgba(153, 228, 221, 0.5);
    position: absolute;
    width: 250px;
    height: 250px;
    top: -147px;
    left: 75px;
    border-radius: 50%;
    z-index: 99;
}

.list-of-tranings {
    padding: 20px 30px;
    position: relative;
    background: #2838910a;
    font-size: 13px;
    border: 2px dashed #283891;
    min-height: 495px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.list-of-tranings h3{
    font-size: 23px;
    color: #bf1e2d;
}

.list-of-tranings ul {
    margin-top: 23px;
    padding-left: 26px;
}

.list-of-tranings ul li{
    display: list-item;
    list-style-image: url(../images/check-in.png);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 22px;
    margin-bottom: 14px;
}


.skew-fetures {
    background: #0e4749;
    padding: 20px 30px;
    position: relative;
	    margin-top: 30px;
}
.skew-fetures:before {
    position: absolute;
    display: block;
    background-color: #0e4749;
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    transform: skew(22deg);
    height: 100%;
    width: 100%;
    min-width: 40px;
	content:'';
}
.skew-fetures:before {
    content: "";
    left: 0;
    top: -30px;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.skew-fetures ul {
    margin-top:13px;
    padding-left: 15px;
}
.skew-fetures ul li{
display: list-item;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 22px;
    margin-bottom: 12px;
    color:#6ce8ec;
    list-style: circle;
}

.skew-fetures-2 {
    background: #146467;
    padding: 20px;
    position: relative;
}

.skew-fetures-2 h5{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.skew-fetures-3{
background: #1d7e82;
    padding: 20px;
    position: relative;
}

.skew-fetures-3 h5{
	color: #fff;
    font-size: 20px;
    text-align: center;
}

.consPostion {
    position: absolute;
    right: 20%;
    top: 50%;
    z-index: 999;
}
.sale-components{
    padding: 5px 0px;
    position: relative;
}
.sale-components p{
	    font-weight: 400;
    color: #737373;
    font-size: 16px;
}

.fees-components{
    margin-top: 30px;
    margin-bottom: 30px;
}


/************About Page css********/
.mtbanners{
	margin-top:113px;
}

.banner-about-img {
    background-image: url(../images/about-us-banner.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.heading-banner-top {
padding:95px 0;
position:relative;
z-index:99;
}
.mtbanners-71 {
    margin-top: 71px;
}

.acadmic-img-banner{
    background-image: url(../images/acadmic-institutes-banner.jpg);
}
.corporate-img-banner{
    background-image: url(../images/corporate-training-banner.jpg); 
}
.entrepreneurial-img-banner{
    background-image: url(../images/ENTREPRENEURIAL-TRAINING-banner.jpg); 
}



.top-banners-inner{
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}


.overlyBg-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(to right, rgba(40, 56, 145, 0.72), rgba(0, 0, 0, 0));
}
.heading-banner-top h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size:35px;
    text-shadow: 0 2px 15px rgba(0,0,0,.36);
    line-height: 58px;
}
.heading-banner-top h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size:35px;
    text-shadow: 0 2px 15px rgba(0,0,0,.36);
    line-height: 58px;
}
.heading-banner-top h6 {
    font-size: 19px;
    color: #fff;
    line-height: 28px;
    margin-top: 8px;
}
.flex-image-1 img{
	position:relative;
	z-index:999;
}
.services-img img{
    border-radius:5px;
}

.overview-column img{
     border-radius:5px;
}
.flex-image-1 img{
    border-radius:5px; 
}

.plus-after-icon {
      position: absolute;
    top: 7.5rem;
    left: -33px;
    width: 40%;
    background-size: 15px 26px;
    height: 80%;
    background-image: url(../images/plus-pattern-bg-blue.svg);
    background-repeat: repeat;
    z-index: 1;
}

.vission-flex h4{
    font-size: 27px;
    line-height: 35px;
    color: #283891;
    margin-bottom: 10px;
    font-weight: 700;
}
.vission-flex p{
    font-size: 20px;
    font-weight: 400;
    color: #585858;
    line-height: 34px;
    margin-bottom: 12px;
}

.bg-image-m-v{
	    background-image: url(../images/bg-mission.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0 170px;
}


.headings-sub h3{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
	    text-transform: uppercase;
}
.col-flex-common p{
font-size: 21px;
    line-height: 33px;
    margin-top: 14px;
    color: #ffffff;
    font-weight: 400;
}


.founder-col{
	    text-align: center;
    border: 1px solid #ddd;
        border-radius: 5px;
            background: #fff;
    padding: 9px;
}

.details-colfd{
	    padding: 10px;
    position: relative;
}
.details-colfd h5{
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    color: #283891;
}
.details-colfd h6{
	    font-size: 15px;
    margin-top: 7px;
    color: #777;
    font-style: italic;
}

.color-blue{
	 color:#283891 !important;
}

.fonuder-col-fullInfo p{
    font-size: 18px;
    font-weight: 400;
    color: #3c3a3add;
    line-height: 27px;
margin-bottom: 10px;
    padding-left: 35px;
}

.fonuder-col-fullInfo p:before{
    width: 16px;
    background: url(../images/foursquare-check-in.png) repeat;
    content: "";
    position: absolute;
    height: 16px;
    z-index: 9;
    left: 22px;
    /* top: 0; */
    /* bottom: 0; */
    margin-top: 6px;
}

#hexagon {
    margin: 40px auto;
    width: 100px;
    height:60px;
    background: #bf1e2d;
    position: relative;
    text-align: center;
    line-height: 61px;
    margin-bottom: 50px;
}
.service-flex {
    text-align: center;
    position: relative;
}

.service-flex h3 {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3c3c3c;
}

#hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #bf1e2d;
}

#hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #bf1e2d;
}

.service-flex p {
font-size: 16px;
    font-weight: 500;
    color: #676767;
    line-height: 21px;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}


/***********Contact Us************/

.contact-section-worldMap {
    background-image: url(../images/bg-contact-Us.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}



.contact-us-map {
    padding: 80px 0;
    position: relative;
}

.title-address-company h4{
    font-size: 40px;
    color: #283891;
    font-weight: 700;
}
.title-address-company h6{
font-size: 22px
}


.contact-details-flex{
        position: relative;
    text-align: center;
    background: #fbfbfb;
    padding: 25px;
    border: 1px solid #ddd;
}

.form-control.form-set-contact {
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    line-height: 34px;
    padding: 8px 10px;
    border: 1px solid #d0d0d0 !important;
    font-weight: 500;
    color: #fff;
    border: none;
}



.banner-contact-img {
    background-image: url(../images/Contactus-2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.csr-flex {
    position: relative;
        text-align: center;
}
.lg-heading {
    position: relative;
}
.lg-heading h4 {
    font-size: 36px;
    font-weight: 700;
    color: #585858;
}

.lg-heading:after {
    content: '';
    position: absolute;
    width: 41px;
    height: 2px;
    left: 47%;
    background-color: #404040;
    bottom: -28px;
}

.social-information p {
   font-size: 24px;
    font-weight: 500;
    color: #313030;
    line-height: 35px;
}

.quote-contacts h4 {
    font-size: 30px;
    font-weight: 700;
    color: #565656;
    margin-bottom: 10px;
}


.quote-contacts p {
    font-size: 17px;
    margin-top: 16px;
    font-weight: 400;
    color: #656565;
}


.social-information a{
    color: #0d22cd;
    text-decoration: underline;
}

.social-information .flaticon-phone:before {
    content: "\f109";
	margin-left:0;
	font-weight:400;
}

.social-information .flaticon-mail:before {
    content: "\f10a";
	margin-left:0;
	font-weight:400;
}



/******Soft Skill Traning*******/
.sub-para{
	padding-top:15px;
}
.sub-para h5{
	font-weight: 700;
    color: #bf1e2d;
    text-transform: capitalize;
    font-size: 22px;
}
.sub-para p{
       font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    color: #717171;
    padding-left: 31px;
}
.sub-para p:before {
width: 16px;
    background: url(../images/foursquare-check-in.png) repeat;
    content: "";
    position: absolute;
    height: 16px;
    z-index: 9;
    left: 16px;
    /* top: 0; */
    /* bottom: 0; */
    margin-top: 6px;
}


.aboutFooter p{
    font-weight: 500;
    font-size: 14px;
    margin-top: 17px;
    color: #fff;
}



/******************Testimonials Page css*****************/

.testimonial-divi-ouline:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #f2f2f3;
    display: block;
    position: absolute;
    left: -25px;
    right: 0;
}

.testimonialsColumn {
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}


.testimonialsColumn:before {
    left: -7px;
    border-right: 1px solid rgba(0,0,0, 0.1);
    border-top: 1px solid rgba(0,0,0, 0.1);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testimonialsColumn:after{
          left: -47px;
    /* border-right: 1px solid rgba(0,0,0, 0.1); */
    /* border-top: 1px solid rgba(0,0,0, 0.1); */
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    /* -webkit-transform: rotate(225deg); */
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #283891;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* width: 20px; */
    border-radius: 50%;
    border: 2px solid #fff;
}

.testmonialsPost p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    color: #5a5959;
    margin-bottom: 10px;
}
.testmonialsPost h4 {
    font-size: 20px;
    font-style: italic;
    color: #777777;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}
.testmonialsPost h5{
font-size: 16px;
    font-style: italic;
    color: #c02231;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.testmonialsPost h6{
    padding-bottom: 15px;
    color: #ffb100;
    font-size: 13px;
}






.column-list-jobs ul{
    margin:0;
    padding-left:18px;
}
.column-list-jobs ul li{
display: list-item;
    color: #636262;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    list-style: circle;
}

.corporate-traning p{
    font-size: 18px;
    font-weight: 400;
    color: #565353;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 30px;
}


/**********New Section*********/


.section-description-home{
    position: relative;
    height: auto;
    background-color: #e6f8ff;
    width: 100%;
    padding: 15px 0 10px;
}

.description-home-column {
    padding:30px 20px;
    position: relative;
	z-index:99;
}

.description-home-column h4{
    font-size: 30px;
    color: #283891;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase
}
.description-home-column p{
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #0c0c0c;
    margin-bottom: 15px;
}
.top-information {
    margin-right: 18px;
}

.bg-doodle-hexgeon {
    position: absolute;
    bottom: -105px;
    right: 0;
    width: 600px;
    overflow: hidden;
}







/***********Gallery Design***********/

.galleries-slides figcaption{
    padding: 16px 20px;
    background: #283891;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}
.modal-header.headerPopup {
    padding: 0;
    border-bottom: none;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 9px;
    z-index: 9;
    text-shadow: none;
    color: #f90303;
    opacity: 1;
}
.owl-theme.arrowCircleWhite .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 44%;
}

.owl-theme.arrowCircleWhite .owl-nav [class*=owl-] {
    color: #ea3a3e;
    font-size: 15px;
    margin: 10px 10px;
    padding: 7px 7px;
    background: inherit;
    display: inline-block;
    cursor: pointer;
    /* border-radius: 3px; */
    border: 1px solid #ea3a3e;
    /* border-width: 0 3px 3px 0; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 26px;
}
.owl-theme.arrowCircleWhite .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 44%;
}

.owl-theme.arrowCircleWhite .owl-nav {
    margin-top: 0 !important;
}
.modal-dialog {
    margin: 2.75rem auto !important;
}




.hidedesktop{
    display:none;
}

.landscape{display:none;}

/****************solution section in css in home page**********************/

section.solution-section {
    margin: 50px 0;
}

section.solution-section h2 {
    color: #363636;
    font-size: 50px;
    font-weight: 600;
}

section.solution-section p {
    font-size: 22px;
    color: #363636;
    font-weight: 500;
}
section.solution-section p {
    font-size: 20px;
    color: #363636;
    font-weight: 500;
    opacity: 0.5;
}
section.solution-section.acadecmic-sec {
    background: #F7F7F7;
    padding: 50px 0;
    z-index: -5;
    position: relative;
}
.ct-box h3 {
    font-size: 36px;
    color: #283891;
    margin-bottom: 12px;
}
.ct-box ul {
    list-style: none;
}
.ct-box ul {
    display: flex;
    margin-right: 10px;
    flex-wrap: wrap;
}

.ct-box ul li span {
    border:1px solid #28389142;
    border-radius: 19px;
    color: #283891;
    height: 36px;
    padding: 0px 15px;
    display: inline-block;
    margin:6px 10px 6px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
}
.ct-box p {
    font-size: 17px!important;
    margin-bottom: 16px;
}
.crt-img {
    border-top-right-radius: 58px;
    border-bottom-left-radius: 58px;
}
 a.read-more {
    font-size: 17px;
    margin-top: 20px;
    border-bottom: 1px solid #DE941C;
    display: inline-block;
    padding-bottom: 5px;
    color: #3A3A3C;
    font-weight: 500;
}

.dot-bg-one{position: absolute;
	display: block;
    z-index: -1;
    right: -42px;
    width: 170px;
    top: 14px;}
.dot-bg-two {
    position: absolute;
    display: block;
    z-index: -1;
    left: -70px;
    width: 170px;
    top: 14px;
}
.dot-bg-three {
    position: absolute;
    display: block;
    z-index: -1;
    left: 50%;
    width: 170px;
    bottom: -40px;
    transform: translateX(-50%);
}
body{position: relative;
    z-index: 0;}

.common-btn a.btn-common {
    bottom: -9px;
}

/***************Mobile Responsive***************/

@media (min-width:768px) and (max-width: 1024px)
{
    .ct-box h3 {
    margin-top: 20px;
}
    
a.read-more {
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 767px){
	.ct-box ul li span{
    border: 1px solid #28389142;
    border-radius: 19px;
    color: #283891;
    height: 36px;
    padding: 0px 8px;
    display: inline-block;
    margin: 6px 7px 6px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
}
.dot-bg{display: none;}
a.read-more{margin-bottom: 25px;}
section.solution-section.acadecmic-sec .ct-box h3 {
    margin-top: 20px;
}
section.solution-section.acadecmic-sec {
    padding: 26px 0;
}
.ct-box h3 {
    font-size: 30px;

}
section.solution-section p {
    font-size: 20px;
    margin-bottom: 26px!important;
}
section.solution-section h2 {
    font-size: 43px;

}
section.solution-section {
    margin: 30px 0;
}
}
.breadcrumb-item.active { color: #fff;}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.customSectioninner.mt-5 .breadcrumb-item.active,.customSectioninner.mt-5 .breadcrumb-item+.breadcrumb-item::before {    color: #6c757d;}
/****************solution section css  in home page end here**********************/
@media only screen and (max-width: 1024px){
.mtbanners,.mtbanners-71 {        background-size: cover;
        background-position: left;}
.heading-banner-top {
    padding: 40px 0;
 }
}




@media only screen and (max-width: 767px){
    
            @media only screen and (min-width:480px) and (orientation:landscape), only screen and (max-device-width:1024px) and (min-device-width:768px) and (orientation:landscape){body{position:fixed;}
.landscape{display:block !important;text-align:center;padding:30px;position:fixed;height:100%;width:100%;top:0;left:0;background:#1973e8;z-index:99999;pointer-events:none;display:none;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;color:#fff;overflow:hidden !important;justify-content:center;}
.landscape h3{text-align:center;color:#fff;font-weight:600;}
.landscape img{width:150px;text-align:center;margin:0 auto 14px;}
}
.landscape p{line-height:26px;}
.landscape{display:none;}.mobile-padding{padding-right:25px !important;padding-left:25px !important;
}


.slider-form-ui {
    top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.solution-column {
    height: auto !important;
    margin-bottom: 25px !important;
}
.connectLine img{
    display:none;
}
.founder-col{
 margin-bottom: 20px;
}



.hidedesktop{
    display:block
}


.navbar-toggler{
    display:block;
}

.nav-toggle {
    transform: inherit;
    position: relative;
    top: 0;
    right: 0;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
    background:#000;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 33px;
    height: 3px;
    width: 37px;
    margin-bottom: 5px;
    cursor: pointer;
  
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
          transform-origin: 15% 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
/**nav toggel css***/


.navbar-brand.logo-ui {
    width: 135px;
    position: relative;
    z-index: 9;
}


.top-information{
    display:none;
}

.circle-flex-2:after{
      display:none;
}
.circle-flex-2{
    display:none;
}

.list-of-tranings {
    padding: 15px 20px;
    position: relative;
}
.skew-fetures {
    margin-top: 58px;
}

.skew-icons{
    display:none;
}
.tript-skew:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #bf1e2d;
    -webkit-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.tript-skew:after {
    -webkit-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
.tript-skew {
    height:190px;
}
.mobile-mt-set{
    margin-top:20px !important;
}
.aboutCircle:after{
    display:none;
}

.order-1-custom{
	    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2-custom{
	  -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.aboutCircle {
    width: 100%;
    height: 100%;
}

.aboutCircle img {
    width: 100%;
    height: 100%;
}
.home-about-flex{
    text-align: center;
    margin-top: 23px;
}
.after-heading-h6:after {
    left: 45%;
    bottom: -12px;
}

.col-lefFelx {
    text-align: center;
    margin-top: 24px;
}

.circle-flex-1 {
    margin: 0 auto;
}

.headingH2-main h2:after {
    left: 45%;
}
.circle-Sale-Col {
    margin-top: 25px;
}
.skew-btn {
    left: 0;
    text-align: center;
}

.tript-skew h3 {
    padding-left: 0;
    text-align: center;
    font-size: 20px;
}

.headingSlider h4 {
    font-size: 13px;
}

.headingSlider h1 {
    font-size: 21px;
    line-height: 25px;
}
.headingSlider p {
    font-size: 13px;
    line-height: 20px;
        margin-top: 60px;
}


.form-column h6 {
    font-size: 15px !important;
    margin-bottom: 17px !important;
}
.radio-button {
    font-size:14px !important;
}

.homeCraousel {
    padding:0 0 21px;
    background-position: center;
    height:720px;
    margin-top:95px;
}
.ui-nav-padding {
    padding: 10px 10px 10px;
}
.padding-all {
    padding: 35px 0 35px;
}

.aboutFooter{
    display:none;
}

.heading-banner-top h2 {
    font-size: 30px;
    line-height: 35px;
}
.heading-banner-top {
    padding: 20px 0;
}
.heading-banner-top h6 {
    font-size: 14px;
    line-height: 22px;
}
.plus-after-icon{
    display:none;
}
.vission-flex h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
.mtbanners {
    margin-top: 100px;
}
.bg-image-m-v {
    background-position: center;
}
.skilles-column {
    margin-top: 20px;
}
.list-of-tranings h3 {
    font-size: 20px;
    color: #bf1e2d;
}

.lg-heading h4 {
    font-size: 26px;
    margin-bottom: 8px;
}
.pbextra{
    padding-bottom:100px;
}
.navbar .navbar-collapse > ul li.dropdown .dropdown-btn {
    display:block;
}
.hidden-decktop {
    display: block;
}

.enquery-btn{
     margin-top: 15px;   
}
.btnquery {
    padding: 8px 10px 8px;
    margin-left: 12px;
    margin-right: 0;
    font-weight: 500;
    font-size: 13px;
}

.testimonial-divi-ouline:before{
    display:none;
}



}




/******************New Dropdwon***************/

.corporate-traning h2{
 font-size: 33px;
    font-weight: 700;
    color: #283891;
    margin-bottom: 13px;
}

.column-list-jobs h4{
    font-size: 20px;
    font-weight: 600;
    color: #7d7d7d;
    margin-bottom: 17px;
}

.sticky-cta {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9999;
}
.sticky-cta span {
    display: block;
    margin: 10px;
}
.sticky-cta span a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 50%;
    padding: 10px;
    background: #e84d4d;
    color: #fff;
    text-shadow: 0px 1px 1px #0000008c;
}
.sticky-cta span i {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 20px;
}
.sticky-cta span:nth-child(1) a:before {
    content: 'Call Us';
    position: absolute;
    right: 20px;
    width: 150px;
    background: #db3c3c;
    z-index: -1;
    line-height: 38px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.sticky-cta span:nth-child(2) a:before {
    content: 'Mail Us';
    position: absolute;
    right: 20px;
    width: 150px;
    background: #174d9e;
    z-index: -1;
    line-height: 38px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.sticky-cta span:nth-child(3) a:before {
    content: 'Whtsapp';
    position: absolute;
    right: 20px;
    width: 150px;
    background: #079807;
    z-index: -1;
    line-height: 38px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.sticky-cta span:nth-child(3) a {
    background: #02a802;
}
.sticky-cta span:nth-child(2) a {
    background: #174d9e;
}

.sticky-cta span:nth-child(1) a:hover:before {
    visibility: visible;
}
.sticky-cta span:nth-child(2) a:hover:before {
    visibility: visible;
}
.sticky-cta span:nth-child(3) a:hover:before {
    visibility: visible;
}



.radio-button {
display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: 600;
}


.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}

.radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-button input:checked ~ .checkmark {
  background-color:#ffb820;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-button input:checked ~ .checkmark:after {
  display: block;
}

.radio-button .checkmark:after {
top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
}

.solution-column{
-webkit-box-shadow: 0 18px 40px -10px rgb(51 51 51 / 10%);
    box-shadow: 0 18px 40px -10px rgb(51 51 51 / 10%);
    border-radius: 5px;
    height: 100%;
    transition: all 0.5s ease;
}
.inner-service {
    padding: 20px 10px;
    position: relative;
}

.inner-service h3{
text-align: center;
    font-weight: 800;
    font-size: 25px;
    color: #283891;
    margin-bottom: 10px;
}
.view-button {
    margin-top: 20px;
}
.inner-service p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
   color: #565555;
}
.button-knowMore{
	    color:#f15b2e;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.button-knowMore i{
	    font-size: 30px;
    position: relative;
    top: 6px;
}
.button-knowMore:hover{
    color:#283891;
}

.polygon-triangle{
    width: 150px;
    height: 150px;
    border: 1px solid #b3b3b3;
    position: relative;
    margin: 100px auto 45px;
    text-align: center;
}
.angale-column{
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 0;
    width: 170px;
    height: 170px;
    background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    transform: rotate(45deg);
}

.polygon-triangle i{
	    position: relative;
    text-align: center;
	color:#fff;
	z-index:99;
}
.polygon-triangle h5{
    position: relative;
    text-align: center;
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}



.bg-blue{
    background-color:#283891;
}

.colorWhite-fff{
    color:#fff !important;
}

.workFlow-column {
background: #2c3ea7;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 25px;
    min-height: 180px;
}

.workFlow-column i{
    color: #4864ff;
        margin-bottom: 15px;
    font-size: 40px;
}
.workFlow-column h4{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.overview-column{
    margin-top:35px;
}

 ul.overflow-list-item{
    margin-top: 23px;
    padding-left:0;
}
 ul.overflow-list-item li{
    display: inline-block;
    list-style: none;
    font-size: 21px;
    font-weight: 800;
    position: relative;
    line-height: 28px;
    margin-bottom: 17px;
    color: #002b6b;
    z-index: 9;
    padding-right: 5px;
    padding-left: 8px;
}

/*.overview-column img{
      position: relative;
}
.overview-column:before {
    content: '';
    position: absolute;
    left: 70px;
    bottom: -52px;
    width: 361px;
    height: 684px;
    background: url(../images/orn-form-image.svg) no-repeat center center / 100% 100%;
}*/

.bgUSP-images{
width: 100%;
    padding: 50px 0 50px;
    position: relative;
    background-image: url(../images/bg-slice-USP.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover
}
.colorYellow{
    color: #ffe000 !important;
}

.headingUSP-h1 h1{
       color: #fff;
    font-size: 66px;
    font-weight: 900;
    margin-top: 15px;
}
.usp-column-ui{
border-radius: 5px;
    position: relative;
    padding: 25px 13px;
    background: #fff;
    margin-top: 15px;
    min-height: 340px;
}
.usp-column-ui h2{
        font-weight: 900;
    color:#ff661d;
}
.usp-column-ui h3{
    color: #283891;
    font-weight: 600;
    font-size: 25px;
    margin-top: 15px;
}
.usp-column-ui p{
    color: #383838;
    margin-top: 15px;
    font-weight: 500;
}



/**************Testimonials***************/

.testimonialsRow {
    background: #fff;
    padding: 35px 28px 0;
    position: relative;
}
.owl-theme.circleQwl .owl-nav{
    display:none;
}

.testiPorfile img{
	    width: 90px !important;
	    height: 90px;
	    border-radius: 50%;
	    position:relative;
	    border: 1px solid #dedede;
	    padding: 6px;
	    margin:0 auto;
}


.testiPorfile:before {
    left:49.5%;
    border-right: 1px solid rgba(0,0,0, 0.1);
    border-top: 1px solid rgba(0,0,0, 0.1);
    position: absolute;
    top: 89px;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    -webkit-transform: rotate(133deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.inner-col-testimonials h5{
    font-size: 30px;
    font-weight: 600;
    color: #c12424;
    font-style: italic;
    margin-bottom: 10px;
}

.inner-col-testimonials p{
    font-size: 15px;
    color: #807e7e;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.3px;
}
.inner-col-testimonials h4{
 color: #696969;
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.inner-col-testimonials h6{
    color: #283891;
    margin-bottom: 15px;
}

/*****************Row*****************/


.bgmragin-mius {
    background-color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    padding: 42px 0 43px;
    border-radius: 5px;
    box-shadow: 0 30px 50px 0 rgb(62 62 62 / 12%);
}
.icon-dropdown img {
    opacity: 0.5;
}
.statsCol {
    text-align: center;
    margin-top: 25px;
}
.statsCol h5 {
font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #306eb9;
    margin-top: 24px;
}
.connectLine img {
    position: absolute;
    top: 58px;
    left: 232px;
    width: 89px;
}

.form-column h6{
        font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color:#ffb820;
}



@media screen and (min-width: 900px) and (max-width: 1200px) {

   
.headingSlider {
    position: relative;
    z-index: 999;
    padding-left: 12px;
}

.heading-banner-top {
    padding:60px 15px;
}

.form-column {
    padding-left: 20px;
}


 }