.row{
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important; 
    margin-left: 0px !important; 
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { 
     -webkit-appearance: none; 
      margin: 0;
         
     }/* Firefox */
     
     input[type=number]
     { 
         -moz-appearance: textfield;
         
     }
body{
	
	font-family: 'Open Sans';
	margin:0;
	padding:0;
}
a{
	text-decoration:none !important;
	cursor:pointer;
}	 
.img-container {
    height: 90px;
}	 
.menu-content {
    text-align: right;
    text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
    color: #004684;
	
}	

.header-row {
    padding-top: 10px;
	padding-bottom: 10px;
   
} 
.menu-toggle {
    display: none;
}
i.fa.fa-bars {
    font-size: 23px;
	cursor:pointer;
	color: white;
}
@media (min-width:992px){
 .menu-content {
    margin-bottom: 0;
 }
}
@media (max-width:991px){
	.container{
		max-width:100% !important;
	}
	nav {
    display: none;
    }
	.menu-toggle {
    display: block;
	text-align: right;
    }
	.menu-content {
    text-align: left !important;
   
   }
  .activenav {
    display: block !important;
    left: 0;
    padding-top: 28px;
    
   }
}
.carousel-indicators > li {
      border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid white;
    background: transparent;
}
.Indicators {
    width: 30px;
}

@media (max-width:575px){
 .Indicators {
    width: 20px;
}
}
@media (max-width:375px){
 .heading-border {
    width: 100%;
}
}

.main-block{
	margin-top:60px;
}
.heading {
    color: #464749;
    font-weight: 700;
	margin-bottom: 0;
}
.content {
    margin: 25px 0px 30px 0px;
        font-size: 18px;
    font-weight: 600;
}
img.heading-border {
    width: 235px;
}
img.icons {
    width: 60px;
}
h3.active-h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
	margin: 10px 0px 17px 0px;
	color:white;
	    height: 46px;
}
p.active-block-content {
    font-size: 13px;
    font-weight: 100;
	margin-bottom: 26px;
	color:white;
	height: 100px;
}


h3.h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
	margin: 10px 0px 17px 0px;
	color:black;
	    height: 46px;
}
p.block-content {
    font-size: 13px;
    font-weight: 400;
	margin-bottom: 26px;
	color:black;
	height: 100px; 
}

.active-small-block {
    background-image: linear-gradient(#265fe0d1,#1ebffc);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
	margin-top:30px;
}
.small-block {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
	margin-top:30px;
}

span.active-more {
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
span.more {
    color: #1ebffc;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
@media (max-width:1199px) and (min-width:992px){

p.block-content {
    height: 139px; 
}
p.active-block-content {
    height: 139px; 
}

}
@media (max-width:991px){

p.block-content {
    height: 61px; 
}
p.active-block-content {
    height: 61px; 
}

}

h3.features-heading {
    color: white;
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 20px;
}
p.features-content {
    font-size: 13px;
    color: white;
    font-weight: 100;
	border-bottom:1px solid white;
	padding-bottom:30px;
}
@media (max-width:425px){

.white-icons{
	width: 30px !important;
}
.Contact-icons{
	width: 30px !important;
}

}

h3.Contact-heading {
   color: white;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
    margin-top: 2px;
}
p.Contact-content {
    color: white;
    font-size: 15px;
    font-weight: 100;
	word-break: break-word;
}
.contact-row{
	height: 170px;
	background-image: linear-gradient(to right, #0748d9bf, #499df7);
	padding: 20px 0px 20px 0px; 
	border-radius: 13px;
}
label.label {
    color: white;
    font-size: 13px;
}
.form-group{
	margin-bottom:20px;
}
button.send-button {
    background: white;
    border: none;
    border-radius: 7px;
    color: #1ebffc;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
	margin: 40px 0px 50px 0px;
}
img.ic_send {
    width: 30px;
}
p.documentary {
    color: #1ebffc;
    margin: 20px 0px;
    font-size: 17px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}
p.footer-content {
    color: white;
    margin: 13px 0px;
    font-size: 17px;
   font-weight: 600;
}
img.Contact-icons {
    width: 49px !important;
}
@media (max-width:1199px) and (min-width:768px){

.contact-row{
	height: 223px !important;
}

}
@media (max-width:375px){

.contact-row{
	height: 200px !important;
}

}


h4.h4 {
    margin-bottom: 0;
    color: white;
    font-weight: 500;
    font-size: 35px;
    text-transform: capitalize;
}
img.feature-icons {
    width: 55px;
}
span.feature-heading {
    color: #004684; /*#1ebffc*/
    font-weight: 600;
    font-size: 22px;
    margin-left: 23px;
}
p.feature-desc {
    font-size: 15px;
    margin: 25px 0px 20px 0px;
    font-weight: 600;
    color: black;
}
p.feature-content {
    font-size: 15px;
    margin: 25px 0px 20px 0px;
    font-weight: 500;
    color: black;
}