
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.press{
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	border-radius: 15px;
    padding: 1%;
	padding-top:2%;
	padding-bottom:2%;
}
.press a
{
	color:rgba(15, 75, 150, 1);
}
.press:hover
{
	color:#179246;
}
	
.vision
{
	max-width:fit-content;
	width:30%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.text-black-title
{
color:#222;}
.text-black-1
{
color:#222;}

.clearfix {
  display: inline-block;
}
.recentnews a
{
	
    color: #000;
	font-family:arial;
	font-weight:100 !important;
}
.recentnews h4
{
	
   font-size:18px;
   line-height:1.7;

   font-family:arial;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {

  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:#FFF;
 
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #d63338;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
  text-align:justify;
}

img {
  width: 100%;
  overflow: hidden;
}

.homeproduct
{
	border-radius:5px; 
	/*background-color: hsla(0, 0%, 100%, .074);*/
	background:linear-gradient(-20deg, #00461b, #179146) rgba(0, 0, 0, .4);
	
}

.our-courses a
{
	color:#FFF;
}
.our-courses a:hover
{
	color:#d63338;
	letter-spacing:1px;
}
.heading-page a
{
	color:#FFF;
}
.heading-page a:hover
{
	color:#000;
	letter-spacing:1px;
}
.homeproduct h4
{
	font-size:15px;
	
}
.telecomproduct
{
	border-radius:5px; 
	/*background-color: hsla(0, 0%, 100%, .074);*/
	background: /*linear-gradient(-20deg,#010132,#a72c36) rgba(0,0,0,.4)*/linear-gradient(-20deg, #0b0b12, #ff4b50) rgba(0, 0, 0, .4);
	
}
.telecomproduct h4
{
	font-size:15px;
	background-color: hsla(0, 0%, 100%, .074);
}

.img-radiu
{
	border-radius:5px;


}
/*counter start*/
::-webkit-scrollbar {
                                  width: 8px;
                                }
                                /* Track */
                                ::-webkit-scrollbar-track {
                                  background: #f1f1f1; 
                                }
                                 
                                /* Handle */
                                ::-webkit-scrollbar-thumb {
                                  background: #888; 
                                }
                                
                                /* Handle on hover */
                                ::-webkit-scrollbar-thumb:hover {
                                  background: #555; 
                                } 
								a[target=_blank] { font-weight: bold;   } 
								
								

.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center;
	 border-radius: 3.5em 5px 4.5em 0.2in;
	
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #666;
	line-height: 28px
}

.counter-box.colored {
      /*background: #3acf87;*/
	  	background-color: rgba(250, 250, 250, 0.15);
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}
/*counter end*/
/*popup*/
.popupDialog {
                position: absolute;
                top: 70%;
                left: 50%;
                transform: translate(-50%, -50%);
				width:90%;
                padding: 20px;
                background-color: #fff;
                border-radius: 8px;
                box-shadow: 0 0 20px
                    rgba(0, 0, 0, 0.3);
                z-index: 1000;
                visibility: hidden;
            }
			.popupbutton i
			{
			width:100%;
			color:#179246;
			text-align:right;	
			}
			.popupbutton button {
                padding: 10px 20px;
                background-color: #4caf50;
                color: #000;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                transition: background-color 0.3s
                    ease-in-out;
            }

           .popupbutton button:hover {
                background-color: #45a049;
            }
/*end popup*/
.mainheading
{
	background: #ed2626;
   border-radius: 3.5em 5px 4.5em 0.2in;
    padding: 2% 3% 2% 5%;
	 animation-direction:alternate-reverse;
}
/*home product overlay*/
section.homepro {
	/*background:linear-gradient(-45deg,#00003f,#b53036) rgba(0,0,0,.2);*/
/*background:rgba(201,201,201,0.23);*/
  object-fit: cover;
  background-size:cover;
  padding-top: 40px;
  padding-bottom: 30px;
}
/*.homepro .procontent
{
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    position: relative;
    background: #FFF;
   
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    display: flex;

    justify-content: center;
	
}
*/
/*.homepro .procontent img
{
	width:auto;
	display:flex;
	    object-fit: contain;

}*/

/*.newprotext
{
   
	
    color: white;
  background:rgba(0, 0, 0, 0.15);
  border-radius:10px;
  bottom:0;
  margin-bottom:2%;
  padding:5px;
    font-size: 1rem;
	letter-spacing:1px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute; 
}
.protext
{
	color: white;
  border-radius:10px;
  bottom:0;
  margin-bottom: 10%;
    padding: 3% ;
    font-size: 1rem;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute; 
	display: grid;
    justify-content: center;
	width:100%;
}*/
/*.protextshare
{
	box-shadow:1px 1px;
	position: absolute; 
	width:auto;
margin-left: 35%;
    background: #ed2626;
}
.protextdatashare
{
	box-shadow:1px 1px;
	position: absolute; 
	width:auto;
margin-left: 27%;
    background: #ed2626;
}*/
.text-green
{
	color:#179246;
}
.text-red
{
	color:rgba(237,38,38);
}
.text-bold
{
	font-weight:600;
	font-size:1em;
}
.homeproductcontainer {
  position: relative;
  width: 100%;
display: flex;
    justify-content: center;
		/*filter: saturate(0%);*/
}
.homeproductcontainer:hover {
  position: relative;
  width: 100%;
display: flex;
    justify-content: center;
		filter: saturate(100%);
		
}

.homeproductimage {
  display: block;
  width: 250px;
  height: 300px;
    border-radius:5%;
	    filter: grayscale(100%);
	/*box-shadow:1px 1px #000;*/

}


.homeimageoverlay {
  position:absolute;
   background: linear-gradient(180.12deg,rgba(23,146,70,0) 40%,#ed2626 95%);
   opacity:1;
  overflow: hidden;
  width: 90%;
  height:0;
  border-radius:5%;

}


.homeproductcontainer:hover .homeimageoverlay {
  bottom: 0;
  height: 100%;
  
}

.homeproducttext {
 color: white;
    font-size: 24px;
    position: absolute;
   bottom:0;
 
    text-align: center;
}
.homeproducttext a
{
	color:#FFF;
}
.homeproducttext a:hover
{
	color:#FFF;
	letter-spacing:0;
}
.homeproducttext p
{
	color:#FFF;
	line-height:1.8;
	padding:15px;
	
}
/*end home page overlay*/

.engineer
{
	background-image:url(../img/homepage/engineer-drawing-left.jpg);
}
.engineer-content
{
	padding-top:65px;
	padding-bottom:65px;
	
}
.engineer-content-text
{
	padding:0%;
	background:#FFF;
	
}
.application
{
	background-image:url(../img/homepage/industrybackground_solar_compressed.jpg);
	display: block;
	

	
}
.applicationoverlay
{
	background: rgba(237,38,38,0.8);
	
	padding-bottom:50px;
	
}
.application img {
	width:auto;
	
}
.application .col-lg-2
{
	border-radius:5px;
	background:#FFF;
}

.application .fa
{
	border-radius:5px;
	color:#ca011f;
	padding-right:3%;
	font-size:24px;
}
.application h5
{
	margin: auto 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
}


section.iot {
    /* background: linear-gradient(-45deg, #00003f, #b53036) rgba(0, 0, 0, .2); */
   /* background: rgba(201, 201, 201, 0.23);*/
    object-fit: cover;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;

}
.iot .container {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 2%;
   /* box-shadow: 0 0 4px rgba(0, 0, 0, .16);*/
}
.iot ul li {
    line-height: 2.3;
    font-size: 14px;
    margin-left: 5%;
	
}
.iot ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    padding: 12px;
    color: #179246;
}
/*inner product overlay*/
section.innerpro {
	/*background:linear-gradient(-45deg,#00003f,#b53036) rgba(0,0,0,.2);*/
background:rgba(201,201,201,0.15);
  object-fit: cover;
  background-size:cover;
  padding-top: 40px;
  padding-bottom: 30px;
}
.innerpro .container {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 2%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}
.innerproductcontainer {
  position: relative;
  width: 100%;
display: flex;
    justify-content: center;
		filter: saturate(0%);
}
.innerproductcontainer:hover {
  position: relative;
  width: 100%;
display: flex;
    justify-content: center;
		filter: saturate(100%);
		
}

.innerproductimage {
  display: block;
  width: 250px;
  height: 324px;
    border-radius:5%;
	/*box-shadow:1px 1px #000;*/

}
.innerimageoverlay {
  position:absolute;
   background: linear-gradient(180.12deg,rgba(23,146,70,0) 40%,#24b47e 95%);
   opacity:1;
  overflow: hidden;
  width: 250px;
  height:0;
  border-radius:5%;

}
.innerproductcontainer:hover .innerimageoverlay {
  bottom: 0;
  height: 100%;
  
}
.innerproducttext {
 color: white;
    font-size: 24px;
    position: absolute;
   bottom:0;
 
    text-align: center;
}
.innerproducttext a
{
	color:#FFF;
}
.innerproducttext a:hover
{
	color:#FFF;
	letter-spacing:0;
}
.innerproducttext p
{
	color:#FFF;
	line-height:1.8;
	padding:15px;
	
}
/*end inner page overlay*/
/*teleocm page conatiner*/
section.telecom {
	/*background:linear-gradient(-45deg,#00003f,#b53036) rgba(0,0,0,.2);*/
background:rgba(201,201,201,0.23);
  object-fit: cover;
  background-size:cover;
  padding-top: 40px;
  padding-bottom: 30px;
}
.telecom .container {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 2%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}


.teleocm-itemcontainer
{
	justify-content: center ;
}
.telecom-item {
  margin-bottom: 30px;
      box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	background: linear-gradient(-28deg, #cdd6df, #ebebeb) rgba(0, 0, 0, .4);
	
}
.telecom-item:hover
{
	transform: scale();
}
.telecom-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	
	
}
.telecom-item .down-content {
    background-color: #179246;
    padding: 3px;
     text-align:center;
}
.telecom-item .down-content a:hover {
    letter-spacing:1px;
}
.telecom-item .down-content p {
 
    
   color:#FFF;
   text-align:center;
  
}
.telecom-item .down-content  img{
   display:block;
   max-width: 60px;
}
.telecom img
{
	border-radius:15px;
}
.telecom p
{
	line-height:2;
}
.telecom ul li
{
	line-height:2.3;
	font-size:14px;
	
	margin-left:5%;
}
.telecom ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  padding:12px;
  color: #179246;
}



/*end telecom page container*/
.thechnicalfeature hr
{
	background:#000;
	border-radius:5px;
}

.thechnicalfeature ul li
{
	line-height:2;
	    list-style-type: disc;
	text-align:justify;
	font-size:14px;
	margin-left:8%;
	margin-right:4%;
	
}
.featureenergy 
{
	line-height:2.5;
	    list-style-type: disc;
	text-align:justify;
	font-size:14px;
	margin-left:1%;
	margin-right:4%;
	
}
.thechnicalfeature h4
{
	font-size:24px;
}
.thechnicalfeature h6
{
	font-size:15px;
}

/*table active tile*/
.activeproducttable
{
	border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding:4%;
  
 font-size:12PX;


}

.activeproducttable td {
  text-align: center;
 line-height:1.7;
  padding:5px;
  background-color: #EBEBEB;
 
/*  border:#CCCCCC solid 1px;*/
  border:#f3f3f3 solid 1px;
 

  
}
.activeproducttable th {
  text-align: center;
 line-height:1.7;
  padding:5px;
  background-color: #EBEBEB;
 
/*  border:#CCCCCC solid 1px;*/
  border:#f3f3f3 solid 1px;
 

  
}

/*table enclouser*/

.producttable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding:4%;
  
 font-size:12PX;
 justify-content:center;
 
}
.producttable td {
  text-align: center;
 line-height:1.7;
  padding:5px;
  background-color: #EBEBEB;
 
/*  border:#CCCCCC solid 1px;*/
  border:#f3f3f3 solid 1px;
 

  
}
.producttable th {
  text-align: center;
 line-height:1.7;
  padding:5px;
  background-color: #EBEBEB;
 
/*  border:#CCCCCC solid 1px;*/
  border:#f3f3f3 solid 1px;
 

  
}

/*table brackets*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 55%;
  padding:4%;
  
 font-size:12PX;
 justify-content:center;
 
}
th
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	vertical-align: top;
}
td {
	text-align:end;
}
th,td {
  text-align: left;
 line-height:1.7;
  padding:5px;
  background-color: #EBEBEB;
 
/*  border:#CCCCCC solid 1px;*/
 /* border-bottom:#f3f3f3 solid 1px;*/

  
}
/*tr:nth-child(even){ color: #000;}
tr:nth-child(odd){background-color: #EBEBEB; color:#000; }*/
.allpad
{
	padding-left:10%;
	padding-right:10;
}
.technical

{
	line-height:30;
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	padding:3%;
}
.recentnews
{
	
	
	 box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}
.recentnewsh
{
	color:#ed2626;
	margin-top:5%;
	
	
}
/*end table*/
/* 



---------------------------------------------
global styles
--------------------------------------------- 
*/
/* html,
body {
  background: #fff;
  font-family: Oswald,sans-serif;
}
*/
::selection {
  background: #ed2626;
  color: #fff;
}

::-moz-selection {
  background: #ed2626;
  color: #fff;
}

@media (max-width: 991px) {
 
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #ed2626;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
  
}

.background-header .main-nav .nav li:hover a {
  color: #ed2626!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  /*background-color: rgba(250,250,250,0.1);*/
  background-color:#FFF;
  position: absolute;

  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
padding-top:1%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 5px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 18px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 85px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
 
  font-size: 15px;
  font-weight:bold;
  
  color: #434652;
 margin:auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
 
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ed2626;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ed2626!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
 /* color: #fff;*/
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #ed2626!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f96469;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
.bg-map
{
	background:#000000;
	height:350px;
}
.main-banner {
  position: relative;
  max-height: 100%;
  padding-top:80px;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 80vh;
    max-width: 100%;
    max-height: 80vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color:rgba(31, 39, 43, 0.45);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 22px;
  
  font-weight: 500;
  color: #fff;
  min-width:35%;
  padding:10px;
 
  background:rgba(31,39,43,0.40);
  border-radius:7px;
  
  letter-spacing: 0.3px;
}


.main-banner .caption h2 {
 margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 1.77px;

    font-family: arial !important;
    color: #fff;


  
}
.power
{
	line-height:1.5; text-transform:uppercase; font-weight:600;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;

}

.main-banner .caption p {
 color: #fff;
    max-width: 500px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
	max-width:100%
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
 

  width: 100%;
  margin-top: -65px;
    position: absolute;
	
}

.services .item {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
}
.services .item img {
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  border:#DCDCDC solid 1px;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
      box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {

  color: #1f272b;
  font-size: 14px;
   padding: 20px;
}

/*subproductstyle*/
.subproductstyle
{
	padding: 20px;
  font-weight:bold;
  margin-bottom: 10px;
  line-height:2.6;
  
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
  border-radius:10px;
}
.subproductstyle p
{
border-bottom: 1px solid #eee;
 line-height:3;
}

/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
/* background:linear-gradient(-20deg, #0b0b12, #a72c36) rgba(0, 0, 0, .4);*/
 /*background:linear-gradient(-20deg, #00461b, #179146) rgba(0, 0, 0, .4);*/
 padding-top:50px;
  padding-bottom:25px;
}

section.apply-now .item {
 
  padding: 20px;
  
  margin-bottom: 10px;
  
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
  border-radius:10px;
}
section.apply-now .item a{
 
  color:#222;
  font-size:14px;
}
section.apply-now .item ul li
{
line-height: 2.3;
    font-size: 14px;
    margin-left: 5%;
}
section.apply-now .item ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    padding: 12px;
    color: #ed2626;
	
}
section.apply-now .item h3 {
  color: #222;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

section.apply-now .item p {
  color: #222;
  margin-bottom: 10px;
  letter-spacing:0.2px;
  font-size:14px;
  text-align:justify;
}
.sideproductlink li
{
	list-style:outside;
	margin-left:10%;
}

.sideproductlink a
{
	color:#222;
	line-height:2.6;
	font-size:13.6px;
	}
	.sideproductlink a:hover
{

color:#ed2626;	
}
.accordions {
  border-radius: 10px;
    padding: 10px;
    /* background-color: #e3e3e3; */
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    /* border: solid; */
    margin-left: 5px;
  
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 14px;
  
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 14px;
	font-weight:bold;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #222;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}
/*
---------------------------------------------



/*
---------------------------------------------
why us
---------------------------------------------
*/


/*whyus*/
.why-itemcontainer
{
	justify-content: center ;
}
.why-item {
  margin-bottom: 30px;
      box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	
}
.why-item:hover
{
	transform: scale();
}
.why-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.why-item .down-content {
    background-color: #fff;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.why-item .down-content  img{
   display:block;
   max-width: 60px;
}

.whyus
{
	margin-top:2%;
	margin-bottom:2%;
	/*background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../data/whyusbackground/back.png) ;*/
	
}
.whyus .content {
    position: relative;
    /*margin: 70px 0;*/
}
.whyus .content-center {
    justify-content: center !important;
}
.whyus .round
{
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
	position:relative;
	background:#FFF;
    width: 130px;
    height: 130px;
    border: 2px solid #f7f7f7;
	border-radius:50%;
	display:flex;
}
.whyus .round:hover
{
	transform: scale(1.1);
}
.whyus p
{
	
    
display: grid;
text-align:center;
width:130px;
}
.down-content p
{
	text-align:justify;
	padding-right:2%;
width: 100%;
   
	display:block;

}
.down-content h4
{
	
    
font-size: 18px;
    color: #179246;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px !important;

}
.gap-10 {
    gap: 2.5rem;}

.whyus .column
{
	 display: grid;
  justify-content: center;
}
.whyus  hr {
    border-radius: 20px;
    position: absolute;
    width: 100%;
    top: calc(15% + 35px);
    border-bottom: #28785a 2px dotted;
    height: 0px;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    margin: 0;
}




@media (max-width: 767px) {
	
		.whyus  hr {
    display:none;
}
	
}
.whyus img
{
	/*width: 72px;
    height: 72px;*/
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
 .date img
{
	width: 72px;
    height: 72px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.whyus-item {
    position: relative;
    border-radius: 2.5em 5px 4.5em 0.2in;
    overflow: hidden;
}
.whyus-content 
{
	width:100%;
	text-align:center;
}

.whyus-content p
{

	width:100%;
	text-align:justify;	
	margin-bottom:3%;
	font-size:14px;
	line-height:2;
}



/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
	/*background:linear-gradient(-45deg,#00003f,#b53036) rgba(0,0,0,.2);*/

  object-fit: cover;
  background-size:cover;
padding:2%;
}
.our-courses .container
{
	background:#FFFFFF;
	
	 border-radius:15px; 
	padding:2%;
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}
.our-courses .procontent
{
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    position: relative;
    background: #FFF;
   
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    display: flex;

    justify-content: center;
	
}

.our-courses .procontent img
{
	width:auto;
	display:flex;
	    object-fit: contain;

}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}
.our-courses .item {

}


.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #007934;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
 
  padding:130px 0px 105px 0px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url(../img/worldmap.jpg);
 
 
}


section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #179246;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.5px;
}
.count1-digit {
    margin: 5px 0px;
    color: #179246;
    font-weight: 700;
    font-size: 36px;
}
.count1-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.5px;
}
.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../img/worldmap.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
 
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 0px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #ed2626;
  background-color: #fff;
  border:#ed2626 1px solid;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;

  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
  background:#ed2626;
  color:#fff;
}

section.contact-us .right-info {
  background-color: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, .16);
  border-radius: 20px;
  padding: 20px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 15px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #ed2626;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
section.contact-us p {
  display: block;
 
  color: #000;
 line-height:2;
 text-align:justify;
}

.footer {
  text-align: center;
  
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 20px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
 /* background-image: url(../img/innerbanner/telecom.webp);*/
/*  background-image:linear-gradient(rgba(19, 53, 123, 0.7), rgba(23, 146, 70, 0.5)), url(../img/innerbanner/1-t.jpg);*/
 /* background-image:linear-gradient(rgba(1, 1, 50, 0.7), rgba(167, 44, 54, 0.5)), url(../img/banner/telecom-inner.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  text-align: center;
}
.para
{
	line-height:2.2;
}

.productbutton a
{
	background: #fff;
    padding: 3% 4%;
    display: inline-block;
    width: auto;
	 
	color:#ed2626;
	border:#ed2626 solid 1px;
}
.productbutton a:hover
{
	color:#fff;
	border:#ed2626 solid 1px;
	background:#ed2626;
}


section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.7rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
section.iot-page {
 /* background-image: url(../img/innerbanner/telecom.webp);*/
  background-image:linear-gradient(rgba(19, 53, 123, 0.7), rgba(23, 146, 70, 0.5)), url(../img/innerbanner/iot.png);
 /* background-image:linear-gradient(rgba(1, 1, 50, 0.7), rgba(167, 44, 54, 0.5)), url(../img/banner/telecom-inner.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 110px;
  text-align: center;
}

section.iot-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.iot-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.7rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
section.iot-page a
{
	color:#FFF;
}
section.iot-page a:hover
{
	color:#000;
}
section.power-page {
 /* background-image: url(../img/innerbanner/telecom.webp);*/
  background-image:linear-gradient(rgba(19, 53, 123, 0.7), rgba(34,34,34, 0.5)), url(../img/innerbanner/solarbanner.jpg);
 /* background-image:linear-gradient(rgba(1, 1, 50, 0.7), rgba(167, 44, 54, 0.5)), url(../img/banner/telecom-inner.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 110px;
  text-align: center;
}

section.power-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.power-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.7rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
section.power-page a
{
	color:#FFF;
}
section.power-page a:hover
{
	color:#000;
}
section.data-page {
 /* background-image: url(../img/innerbanner/telecom.webp);*/
  /*background-image:linear-gradient(rgba(19, 53, 123, 0.7), rgba(98,98,98, 0.5)), url(../img/innerbanner/data.jpg);*/
 /* background-image:linear-gradient(rgba(1, 1, 50, 0.7), rgba(167, 44, 54, 0.5)), url(../img/banner/telecom-inner.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 110px;
  text-align: center;
}
section.newtelecom-page {
 
  
  padding-top:100px;
 
  text-align: center;
    font-size:12px;
 color:#686868;
 letter-spacing:1px;

}
section.newtelecom-page a {
 
  font-size:12px;
 color:#686868;
 margin-right: 3%;
  text-align: center;
}
section.newtelecom-page a:hover {
 
 letter-spacing:2px;
 color:#ed2626;
}
.microfooter h4
{
	color:#000;
}
section.data-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
}

section.data-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.7rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #222;
  letter-spacing: 1px;
}
section.data-page a
{
	color:#FFF;
}
section.data-page a:hover
{
	color:#000;
}

.colbox
{
	margin-bottom: 30px;
      box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	  border-radius:20px;
	  padding:20px;
/*    border-top-right-radius: 20px;
    border-top-left-radius: 20px;*/
}

/*footer start*/
.microfooter{
	background:url(../img/footer.jpg);

	
	}
	
.microoverlay
{
	background: rgb(233 233 233 / 50%);
	
	
}
	.microfooter a{
	color:#000; 
	}
	.microfooter a:hover{
	color:#ed2626; 
	}
	
.microfooter h5{
	color:#000;
	text-align:justify;
	
}
.microfooter ul li{
	line-height:2.5;
	font-size:14px;
	list-style:none;
	margin-left:2%;
}
.microfooter ul li a{
	color:#000; 
}
.microfooter ul li a:hover{
	color:#d63338;
	letter-spacing:1px; 
}
.microfooter p
{
	color:#000;
	text-align:justify;
	line-height:2.5;
	
}

.microfooter h3
{
	color:#000;
	text-align:justify;
	
	text-transform:capitalize;
}
.microfooter .copy

{
	margin-top: 10px;
  padding-top: 2px;
  border-top: 1px dotted #000;
}
.microfooter .copy p
{
	font-size:12px;
}
/*footer end*/
/*startinnerpage*/
/*why flexsol*/

.whyflexsol
{
border: solid 0px #d5d5d5;
    border-radius: 10px;
    padding: 1.2%;
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}
.whyflexsol:hover
{
border: solid 1px #179246;
   
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
}
.whyflexsol .title1
{
color : #f6b218;
}
.whyflexsol .title2
{
color :#ed2626;
}
.whyflexsol .title3
{
color : #4e004b;
}
.whyflexsol .title4
{
color : #147db8;
}
.whyflexsol .title5
{
color : #ba26f4;
}
.whyflexsol .title6
{
color : #179246;
}
/*end why flexsol*/

/*startinnerpage end*/
.innerpage
{
	/*background:linear-gradient(-20deg,#010132,#a72c36) rgba(0,0,0,.4);*/
}
.subproduct
{
	padding-top:2%;
}

.subproduct p
{
	text-align:justify;
	margin-right:2%;
	line-height:2;
	font-size:15px;
	vertical-align:top;
	
}
.subproduct img
{
	width:auto;
	
	
}
.innerpage .container
{
	padding-top:3px;
	padding-bottom:11px;
	
}
.innerpage p
{
	text-align:justify;
	margin-right:2%;
	line-height:2;
	font-size:15px;
	vertical-align:top;
	
}
.innerpage img
{
	width:100%;
	height:100%;
	border-radius:5px;
}

/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
/*  background-image:;*/
background:#000;
color:#FFF;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
 
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.meeting-single-item ul li 
{
	line-height:2;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}



.meeting-single-item .down-content p.description {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}
 .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
			padding-top:1px;
        }
		

.modal-content ul li
{
	line-height:2.3;
	font-size:14px;
	
	margin-left:5%;
}
.modal-content ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  padding:12px;
  color: #179246;
}
        /* The Close Button */
        .close {
            color: #aaaaaa;
            text-align:right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
		
		.list1
		{
			font-size:14px;
		}
		.list1 ul
		{
			
			line-height:2;
			font-size:14px;
		}
		.list1 ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    padding: 12px;
    color: #179246;
		}