body {
	font-family: 'Source Sans Pro', sans-serif;
	margin:0;
	padding:0;
}
* {
    margin: 0 auto;
    box-sizing: border-box;
}
ul {
	padding-left:0;
}

header {
    position: relative;
    z-index: 9999;
}

.header-n.sticky {
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	box-shadow: 0 0 15px rgba(33, 33, 33, .4);
	background: rgba(255, 255, 255, .9);
	animation: fadeInUp 0.5s;
}

.full-wrapper {
    width: 1349px;
    margin: 0 auto;
}
.wrapper {
	max-width:1150px;
	margin: auto;
}
.header-main {
    width: 100%;
    float: left;
}
.left-1 {
    width: 50%;
    float: left;
}
.header-m {
    background: #312f92;
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.left-1 a {
	    color: white;
    text-decoration: none;
    font-size: 15px;
}
.left-1 ul li {
	display:inline-block;
	margin-right:30px;
}
.left-2 {
	width:50%;
	float:left;
}
.left-2 ul li {
	display:inline-block;
}
.left-2 ul li i {
	color:white;
	margin-right:10px;
	margin-left:10px;
}

.left-2 ul li i:hover{
    transform: scale(1.1);
    transition: .2s linear;
}

.left-2 ul li p {
	color:white;
}
.left-2 ul {
	margin:0;
	float:right;
}
.right-2 ul li a {
    color: #000000;
    text-decoration: none;
    padding:1px;

} 
.right-2 ul li a:hover {
    background: #312f92;
    color: white;
    border-radius: 5px;

}

.right-2 ul {
	float:right;
}
.right-2 ul li {
	margin-right:60px;
} 
.right-2 ul li:last-child {
	margin-right:0;
}
.right-2 ul li {
	display:inline-block;
}


.header-n {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 12px;
	z-index:999;
}
.right-1 {
	width:30%;
	float:left;
}
.right-2 {
	    width: 70%;
    float: left;
    padding-top: 12px;
}
.banner {
	width:100%;
	float:left;
	position:relative;
}
.banner img {
	width:100%;
	float:left;
}


element.style {
}
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #313092;
/*     border-radius: 50%;
*/    display: inline-block;
    transition: background-color 0.6s ease;
	    padding: 5px;
}

.dot.active{
    background-color: #ed1b23;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 4.0s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.right-1 img {
	    width: 170px;
}
i.fas.fa-phone {
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
}
.over-1 {
    position: absolute;
    width: 500px;
    left: 55%;
    top: 25%;
    background: rgba(0, 0, 0, .5);    
	color: white;
}
.over-1 h2 {
text-align: center;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.5;
}
.section-1 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.section-1 h2 {
	text-align: center;
	    padding-bottom: 40px;
	font-size:35px;
	font-weight:300;
	position: relative;
	color:#5f5f5f;
}
.section-1 h2:after {
    content: '';
    height: 2px;
    width: 220px;
    background-color:#5f5f5f;
    position: absolute;
    top: 44px;
    left: 40%;
}
.section-1 p {
	line-height: 1.6
}
.section-2 {
    width: 100%;
    float: left;
    background: #eeeeee;
    padding-top: 45px;
    padding-bottom: 30px;

}
.section-2 ul li {
	    display: inline-block;
    text-align: center;
    margin-right: 30px;
    width: 196px;
    margin-bottom:30px;
}
.section-2 ul li p {
    padding-top: 10px;
    font-weight: 600;
}
.section-2 ul li img {
	    border-radius: 50%;
    border: 5px solid white;
    width: 170px;
}
.section-2 h2 {
	    text-align: center;
    font-size: 35px;
    font-weight: 300;
    position:relative;
}
.section-2 h2:after  {
content: '';
    width: 252px;
    height: 2px;
    background-color: #5c5c5c;
    position: absolute;
    top: 38px;
    left: 39%;
    top: 48px;
}
.section-2 ul {
	padding-top:50px;
}
.section-3 {
    width: 100%;
    float: left;
    background: #606060;
    padding-top: 30px;
    padding-bottom: 50px;
}
.section-3 h2 {
    font-size: 35px;
    color: white;
    text-align: center;
    font-weight: 300;
    padding-bottom: 25px;
}
.slick-initialized .slick-slide {
	margin-right:20px;
}
.section-3 .slide img {
	width:100%;
	box-shadow:0px 0px 20px #828282;
}
.section-3 .slick-slider {
	background:#a0a0a0;
	padding:30px 	;
}

.section-4 {
    width: 100%;
    float: left;
    background: #312f92;
    padding-top: 30px;
    padding-bottom: 50px;
}
.section-4 h2 {
color: white;
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 30px;
}
.section-4 p {
	text-align: center;
    color: white;
    padding: 20px;
}
.section-4 .slick-slide img {
    display: block;
    width:90px;
    margin-bottom:30px;
	border:3px solid #FFF;
	border-radius:50%;
	
}
.section-6 {
	width:100%;
	float:left;
}
.last-1 {
	width:100%;
	float:left;
	text-align: center;
	font-weight:600;
}
.last-2 {
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	display: flex;

}
.last-1 ul li {
	display:inline-block;
	margin-right:15px;
}
.last-1 ul li a {
	color:black;
}
.last-1 ul li i {
	color:#312F92;
}
.last-1-n {
	width:50%;
	float:left;
}
.last-2-n {
	width:50%;
	float:left;
}
.last-2-n p {
	text-align:right;
}
.last-2-n a {
	text-decoration: none;
	color:black;
}
.section-2 ul li:hover img {
	border:none;
}



/************************about***************************/
.section-about{
padding:50px 0;	
background: whitesmoke;
	}
	
.section-about	h2 {
    padding-bottom: 40px;
    font-size: 35px;
    font-weight: 300;
    position: relative;
    color: #5f5f5f;
}

.section-about p{
	    line-height: 30px;
    color: #6d6d6d;
    margin: 20px 0;
    font-size:18px;}


/*********************************SERVICSE*************************/

.section-serv ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-serv	h2 {
    padding-bottom: 40px;
    font-size: 35px;
    font-weight: 300;
    position: relative;
    color: #5f5f5f;
}

.section-serv{
padding:50px 0;	
background: whitesmoke;
}

.section-serv ul li {
    list-style-type: none;
    width: 18%;
	Height: 120px;
    margin: 20px 5px;
    cursor: pointer;
    padding: 10px;
    background-color: #FF6;
    text-decoration: blink;
    color: #000;
    line-height: 30px;
}

.section-serv img{
width:100%;	
	}

.section-serv p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.section-serv p a{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
	
}
.section-serv p a:hover{ background-color:#6F9;}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	visibility:hidden;
	transition: 0.3s linear;
}

.modal.show {

	opacity: 1;
	visibility:visible;
}

.modal-inner {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px 20px 20px;
    width: 65%;
    position: relative;
    border-radius: 10px;
    transition: 0.2s;
    box-shadow: 0px 0px 5px gainsboro;
	}
.modal-inner h2 {
    text-align: center;
    font-size: 28px;
    color: #333;
	padding-bottom:20px;
}	
.modal-p  p{
    font-size: 18px;
    color: #333;
	line-height:30px;
	
}
.modal-p {
    width: 80%;
    text-align:justify;
}

p.modal-bullets:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    margin-left: 15px;
    position: relative;
    left: -15px;
    color: #313092;
    font-weight: 900;
    display: inline-block;
}

span.close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background: #ff0000;
    color: white;
}

span.close:hover {
    background: #313092;
	    transition: .3s ease;

}


.clear {
    clear: both;
}

/********************************CLIENTS*******************************/

.section-client ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-client	h2 {
    padding-bottom: 40px;
    font-size: 35px;
    font-weight: 300;
    position: relative;
    color: #5f5f5f;
}

.section-client{
padding:50px 0;	
background: whitesmoke;
}

.section-client ul li {
    list-style-type: none;
    width: 18%;
	margin: 20px 15px;
}

.section-client img:hover {
    transform: translateY(-10px);
}
.section-client img {
    width: 100%;
    transition: 0.2s ease-in;
}
.address-1 h3 {
    font-size: 24px;
    color: #312f92;
    text-transform: uppercase;
}

.contact-phone:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    margin-left: 25px;
    position: relative;
    left: -20px;
    color: #32bdc1;
    font-weight: 900;
    transform: rotate(90deg);
    display: inline-block;
    top: 0px;
}

p.contact-phone a {
	    color: inherit;
    text-decoration: none;

	
}

.address-1 {
    width: 20%;
}

.adress-inner {
    display: flex;
    justify-content: space-between;
}

.contact-1 {
    width: 45%;
}

form input[type="text"] {
    width: 350px;
    padding: 10px;
}

form input[type="number"] {
	 width: 350px;
    padding: 10px;
}

form textarea {
	
		 width: 350px;
    padding: 10px;
	height:100px;

}

form input#submit {
    width: 150px;
    height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    background: #ee1c24;
    border: 0;
    border-radius: 5px;
}

.contact-1 h2 {
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    color: #5f5f5f;
}

.contact-inner {
    display: flex;
}

.address-2 h3 {
    font-size: 24px;
    color: #312f92;
    text-transform: uppercase;
}

.contact-2 h2 {
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    color: #5f5f5f;
}

.about-banner img {
	width:100%;
}

p.ham-btn{
display:none;	
}

/*******************************************RESPONSIVE********************************/
@media screen and (max-width: 768px){
	
.full-wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper{
padding-left:10px;
padding-right:10px;	
}

.left-2{display:none;}

.left-1 {
    width: 100%;
}

.left-1 ul li:nth-child(2) {
    display: none;
}


.over-1 {
    position: absolute;
    width:100%;
    left: 0;
    top: 25%;
    background: rgba(0, 0, 0, .7);
    color: white;
}


.section-2 h2:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #5c5c5c;
    position: absolute;
    top: 38px;
    left: 39%;
    top: 48px;
}

div#myTopnav {
	display:none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(12, 12, 12, .8);
    margin-top: 60px;
    text-align: center;
}

.right-2 {
    width: 100%;
    position: relative;
}

.right-2 ul {
    float: none;
	padding:10px 0;
}

.right-2 ul li {
    display: block;	
	margin-right:0px;
}

p.ham-btn.active {
color:#ed1b23;
	
}

p.ham-btn {
    float: right;
    font-size: 30px;
    margin-top: 5px;
	color:#000;
	
display: block;

}

div#myTopnav.open {
    display: block;
}

.right-2 ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
}

.over-1 {
    display: none;
}

.dots-all {
    display: none;
}


.section-1 {
    padding-top: 10px;
    padding-bottom: 10px;
	
}

.section-1 h2 {
    font-size: 28px;
}

.section-1 h2:after {
    left: 25%;
    top: 55%;
    right: 25%;
    width: unset;}

.section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-2 h2 {
    font-size: 28px;
}

.section-2 h2:after {
    width: unset;
    left: 20%;
    top: 48px;
    right: 20%;
}

.section-2 ul li {
    margin-right: 0;
    width: 100%;
    margin: 10px auto;
}

.last-2 {
    flex-direction: column;
}

.last-1-n {
    width: 100%;
    text-align: center;
}

.last-2-n {
    width: 100%;
}

.last-2-n p {
    text-align: center;
}

.last-1 {
    padding: 10px;
}

.section-about {
    padding: 20px 0;
}

.section-about	h2 {
    padding-bottom: 0px;
	font-size:28px;
}

.section-serv {
    padding: 20px 0;
}

.section-serv	h2 {
    padding-bottom: 0px;
 
}

.section-serv ul {
    flex-direction: column;
}

.section-serv ul li {
    width: 70%;
    margin: 10px 0;
	}

.section-client {
    padding: 20px 0;
}

.section-client	h2 {
    padding-bottom: 0px;
}

.section-client ul {
    flex-direction: column;
}

.section-client ul li {
    width: 70%;
    margin: 20px 15px;
}

.adress-inner {
    flex-wrap: wrap;
    padding: 10px 0;
}

.address-1 {
    width: 100%;
}

.contact {
    padding: 10px 0;
}

.contact-inner {
    flex-direction: column;
}

.contact-1 {
    width: 100%;
}

form input[type="text"] {
    width: 100%;
}

form input[type="number"] {
    width: 100%;
    padding: 10px;
}

form textarea {
    width: 100%;
}

.contact-2 {
    padding: 20px 0;
}


.contact-1 h2{padding:15px 0;font-size:21px;}

.contact-2 h2{padding:15px 0;font-size:21px;}















	
}



