@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.class2 img{
	margin: -10px 50px;width: 200px;
}

.secondlogo{
	margin: -10px 50px;
	width: 200px;
}
.class4{
	margin: 15px auto;
	border: 0px solid black;
}

.class6{
	position: relative;
}
.class6{
	position: absolute;
	width: 95%;
}

.class7{
	position: absolute;
	width: 60%;
	margin-top: 150px;
	margin-left: 18px;
}
.class8 h4{
	color: #000000;
	font-family: raleway;
}

.class8 h1{
	color: #f4702c;
	margin-top: -15px;
	font-weight: 700;
}
.class8 hr{
	height: 2px;
	border: 4px solid #f4702c;
	background-color: #f4702c;
	width: 70%;
	margin-top: -10px;
	margin-left: 0;
}
.class8 p{
		font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 100 !important;
	margin-top: 50px;
	
}
.class10 h4{
	color: #3e4095;
	font-weight: 700;
	padding-top: 20px;
}

.class10 h2{
	color: #f26b35;
	font-weight: 700;
	margin-top: -15px;
}

/******logo slider*******/


.flex-column-0{
	align-items:center;
	background-color: transparent;	
	height: 250px;
	width: 200px;
	margin: 0 auto;
	position: relative;
}

.ourworks-box{
	justify-content: center;
	text-align: center;
	position: relative;
}

.ourworks-box img{
	max-width: 40%;
}
.our-works-head{
	font-size: 40px;
	font-weight: 600;
	color: black;
}
.introduce{
	height: 100%;
	background-color:transparent;	
}

.logoslidertitle{
	text-align: center;
}

.logoslidertitle h5{
	color: #fff;
	font-weight: 700;
	font-size: 25px;
}

.logoslidertitle h1{
	font-weight: 700;
	color: #f26b35;
	margin-top: -13px;
}

.text-gray{
	color: gray;
}
.pic1{
    text-align: center;
    margin:0 auto;
    transition: all .2s ease-in-out;

}
.introduce1{
	height: 250px;padding:0 60px ;
}
.introduce1:hover .pic1{
	transform: scale(1.1);
}
.carousel-indicators .active{
	background-color: gray;
}
.carousel-indicators{
	bottom: -50px;
}
/****************************/

.class12{
	padding: 50px;
}
.class12 h1{
	color: #3e4095;
}
.class13{
	padding: 80px 100px;
}
.class13 a{
	background: #f26b35;
	padding: 30px;
	width: 300px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
}
.class14{
	padding: 50px 20px;
}
.class15{
	padding: 20px 0px; 
}
.class15 h3{
	color: #c93704;
	font-weight: 700;
	font-size: 33px;
	padding: 0px 10px;
}
.class15 table tr td i{
	color: #c93704;
	font-size: 25px;
	padding: 10px;
}
.class15 table tr td h5{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;

    font-weight: 100 !important;
}
.class16{
	padding: 20px;
	text-align: center;
}
.class16 h2{
	font-size: 35px;
	font-weight: 700;
	color: #c93704;
}
.class16 table tr td p{
	color: #000000;
	font-weight: 400;
}
.class16 h4{
	font-family:Segoe Print; 
}
.class17{
	padding-top: 15px;
	margin: 0 auto;
	background: #c93704;
	color: #FFF;
	font-size: 20px;
}
.class17 span{
	color: #fbec00;
}

.bigtitle h1{
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding-top: 70px;
}
.bigtitle span{
	font-size: 15px;
	color: #f26b35;
}

.aboutleft{
	padding: 50px;
}
.aboutright{
	padding: 50px 0;
}
.aboutright p{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 100 !important;
}


.class41{
	padding: 50px;
}
.class41 tr td{
	border-bottom:1px solid #3e4095;padding: 5px;
	text-transform: uppercase;

}
.class41 table tr td a{
	color: #333333;
	margin-left: 10px;
	font-size: 14px;

}
.class41 table tr td a:hover{
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
		
}
.class41 tr td:hover{
	border-left:1px solid #3e4095;border-left-width: 4px;
}
.class41 tbody{
	background-color: #d7d8ff;

}

/************product img start******************/
.class42{
	margin: 50px;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  border:7px solid #f3f3f3 ;
}

#myImg:hover {opacity: 0.7;
	border:7px solid #000000 ;
}

/* The Modal (background) */
.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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 500px !important;
}


/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
        width: 90% !important;
  }
  .close {
  position: absolute;
  top: 50px;
  right: 0px;
}
.class42{
	margin: 0px;
	margin-bottom: 50PX;
}
}

/************product end******************/

.class43{
	font-size: 55px;
	position: absolute;
	border: 8px solid #fff;
	text-align: center;
	height: 100px;
	width: 100px;
	color: #3e4095;
}
.class44{
	margin-left: 130px;
}
.class44 h1{
	font-size: 30px;
	font-weight: 700;
	color: #3e4095;
	font-family: 'Roboto', sans-serif;
}
.class44 table tr td i{
	font-size: 25px;
	padding:5px 0px;
	color: #ed3237;
}
.class44 table tr td h6{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 100 !important;
    margin: 5px 5px;
}

.class51{
	width: 300px;
	height: 200px;
	background: red;
	padding: 50px;
}
.class51 h1{
	display: none;
}
.class51 h1:hover{
	display: inline;
	border: 2px solid black;
}
.classmaps{
	padding: 0px;
	border: 1px solid #f3f3f3;
	height: 400px
}
.classmaps:hover{
	padding: 0px;
	border: 1px solid #000000;
}

.classmaps iframe{
	border: 8px solid #f3f3f3;
}
.inquiryform{
	background: #f3f3f3;
	padding: 52px;
}
.inquiryform h1{
	text-align: center;
	font-size: 35px;
	color:  #3e4095;
	font-weight: 700;
	font-family: sans-serif;
}
.inquiryform  button{
	background: red;
	width: 180px;
}

.inquiryform  button:hover{
	background: #3e4095;
	border: 1px solid #000000;
	color: #fff;
}
.networkleft{
	padding: 50px;
}
.networkright{
	background: #f1f1f1;

}
.networkright table tr ul li{
	color: gray;
}

.networkright h3{
	font-size: 30px;
	font-weight: 700;text-align: center;
	background: #3e4095;
	width: 300px;
	padding: 10px;
	color: #fff;
}








.class46{
  width: 90px;
  height: 90px;
  background: transparent;
  border:5px solid #e2c7c7;
  position: absolute;
}

.class46 i {
    font-size: 55px;
    padding:12px 13px 6px 15px;
    color: #2d3554;
}

.class47{
  margin-left: 70px;
}
.class47 ul {
     list-style: none;
    font-size: 18px;  font-family: 'Raleway', sans-serif;
}

.class47 ul li i{
  color: red;
  padding: 5px;
  font-size: 30px;
    
}
.class47
h1{
  margin-left: 48px;
  font-weight: 700;
   font-family: 'Roboto', sans-serif;
       color: #2d3554;
}

.class47
ul
li
p{
     margin-left: 30px;
    margin-top: -34px;
    font-family: sans-serif;
}


.productpadding{
	background: #f3f3f3;padding: 50px 0 0 50px;
}


















/*************450px responsive*************/
@media screen and (max-width: 1280px){
.networkright h3 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    background: #3e4095;
    width: 285px;
    padding: 10px;
    color: #fff;
}
.class2 img {
    margin: -10px 18px;
    width: 200px;
}
.secondlogo {
    margin: -4px 5px 0px 68px;
    width: 200px;
}
}





/*************450px responsive*************/
@media screen and (max-width: 450px){
	body{
		margin: 0;
		padding: 0;
	}
	.ourworks-box h1 {
    font-size: 30px;
    color: #f26b35;
    font-weight: 700;
    margin-top: -20px;
}
.networkleft {
    padding: 11px;
    margin-bottom: 27px;
}
.class12 {
    padding: 36px;
}
.class12 h1 {
    color: #3e4095;
    font-size: 25px;
}
.class12 p {
	font-size: 15px;
}
	.class1 {
    /* background-image: url(images/backborder.png); */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 5px;
    margin: -2px auto;
    background: #f26b35 !important;
}
.productpadding {
    background: #f3f3f3;
    width: 100%;
    padding: 49px 0 0 5px;
    margin: 0;
}
.class46 {
    width: 50px !important;
    height: 50px !important;
    background: transparent;
    border: 3px solid #e2c7c7;
    position: absolute;
}
.class46 i {
    font-size: 33px!important;
        padding: 5px 11px 9px 7px!important;
    color: #2d3554;
}
.class47 {
    margin-left: 25px!important;
}
.class47 h1 {
    margin-left: 48px;
    font-weight: 700;
    font-size: 22px;
    color: #2d3554;
    padding: 0px;
}
.class47 ul li p {
    margin-left: 30px;
    font-size: 12px;
    margin-top: -29px;
     padding: 0px 10px 0px 0px !important;
}
.class47 ul li i {
    color: red;
    padding: 5px;
    font-size: 25px !important;
}
.bigtitle h1 {
    text-transform: uppercase !important;
    font-size: 17px !important;
    padding: 80px 50px !important;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: relative;
  width: 100%;
}
nav{
	background: #3e4095 !important;
	z-index: 100 !important;
	width: 100%;
	height: 50px;

}
nav a{
	color: #fff;
}

nav ul li a{
	height: 50px;
	padding: 10px 0px !important;
	text-align: center !important;
	background: #3e4095;
	border-bottom:1px solid black;
}
nav ul li a:hover{
	background: #fff212;
	color: #000000;padding-top: 20px;
}


.dropdown-menu{
	background-color:#fff;
	width: 100%;
	margin: 0 0%;
}
.dropmenuheader{
		color: blue;
		border-bottom: 2px solid black;
		border-width: 50% !important;
		padding: 10px;
		    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.dropdown-menu a{
	color: #000000;
	height: 50px;
	padding: 10px 60px !important;
	text-align: left !important;
}
.dropdown-menu a:hover{
	color: #fff;
	background:  #3e4095;
	margin-left: 5px;
	width: 98%;
}	

	.class1{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.class2{
		margin: 10px 20%;
	}
	.class2 img{
		margin: 0 auto !important;
		width: 100%;
	}
	.class3{
		margin: 10px 20%;
	}
	.class3 img{
		margin: 0 auto !important;
		
	}
	.class4{
	    margin: 15px auto;
    text-align: center;
    border: 0px solid black;
	}

	.class5{
		position: relative;
		margin-top: 50px;
	}

.class6{
	position: absolute;
}
.class6{
	position: absolute;
	width: 80%;
	margin: 0 50px;
}

.class7{
	position: relative;
	width: 50%;
	margin-top: 120px;
	margin-left: 65px;
}
.class8 {
	width: 80%;
	margin: 100px auto;
}
.class8 h4{
	color: #000000;
}

.class8 h1{
	color: #f4702c;
	margin-top: -5px;
	font-weight: 700;
	font-size: 25px;
}
.class8 hr {
    height: 2px;
    border: 2px solid #f4702c;
    background-color: #f4702c;
    width: 100%;
    margin-top: -5px;
    margin-left: 0;
}
.class8 p{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 100 !important;
	margin-top: 50px;
}
.class10{
	width: 80%;
	margin: 0 auto;
}
section {
	width: 80%;
	margin: 0 auto;
}
.pic1{
	margin: 0;
}
.class14{
	width: 65%;
	margin: 0 auto;
}
.class15{
	width: 100%;
}
.class15 h3{
	text-align: center;
}
.bigtitle h1 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding-top: 70px;
    font-size: 30px;
}
.bigtitle
h1{
	text-transform: uppercase !important;
}



.class43{
	font-size: 55px;
	position: absolute;
	border: 8px solid #fff;
	text-align: center;
	height: 100px;
	width: 100px;
	color: #3e4095;
	margin: 10px 140px;
}
.class44{
	margin-left: auto;
	margin-top: 130px;
	width: 90%;
}
.class44 h1{
	font-size: 30px;
	font-weight: 700;
	color: #3e4095;
	font-family: 'Roboto', sans-serif;
}
.class44 table tr td i{
	font-size: 25px;
	padding:5px 0px;
	color: #ed3237;
}
.class44 table tr td h6{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 100 !important;
    margin: 5px 5px;
}
.class13 a {
    background: #f26b35;
    padding: 13px;
    width: 300px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
    margin-top: -100px;
}
.aboutright p{
	padding: 0px 50px;
	margin-top: -50px;
}
.class17 {
    padding-top: 15px;
    margin: 0 auto;
    background: #c93704;
    color: #FFF;
    font-size: 15px;
}
.class41 {
    padding: 15px;
}
#auto {
    margin-left: 0%;
}
}









/*************450px responsive*************/
@media screen and (max-width: 320px){
	body{
		margin: 0;
		padding: 0;
	}
	.flex-column-2 {
    height: 100%;
    padding: 19px;
    width: 100%;
    align-items: center;
}
	.networkright h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #3e4095;
    width: 250px;
    padding: 10px;
    color: #fff;
}
.class6{
	position: absolute;
	width: 100%;
	margin: 0 auto;
}
.class7{
	position: relative;
	width: 60%;
	margin-top: 120px;
	margin-left: 15px;
}
.class8 {
	width: 90%;
	margin: 100px auto;
}

.class12{
	padding: 10px 5px;
}
.class12 h1{
	color: #3e4095;
}
.class14 img{
	width: 100%;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px ;
	min-width: 100%;
	max-width: 100%;
	max-height: 250px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid {
	position: relative;
	margin: 20px auto;
	list-style: none;
	text-align: center;
}
.grid figure h2, .grid figure p a {
    margin-top: -8px;
    margin-left: -14px;
    font-size: 15px !important;
    color: #fff !important;
}
figcaption p {
    font-size: 10px;
    /* padding: 0; */
}
}


/*************450px responsive*************/
@media screen and (max-width: 375px){
	body{
		margin: 0;
		padding: 0;

	}

.class13 a {
    background: #f26b35;
    padding: 20px;
    width: 300px;
    height: 70px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
    margin-top: -100px;
}
.class43{
	font-size: 55px;
	position: absolute;
	border: 8px solid #fff;
	text-align: center;
	height: 100px;
	width: 100px;
	color: #3e4095;
	margin: 10px 120px;
}
}
/*************450px responsive*************/
@media screen and (max-width: 320px){
	body{
		margin: 0;
		padding: 0;
	}
.class13 a {
    background: #f26b35;
    padding: 10px;
    width: 300px;
    height: 70px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
    margin-top: -100px;
}
.class43{
	font-size: 55px;
	position: absolute;
	border: 8px solid #fff;
	text-align: center;
	height: 100px;
	width: 100px;
	color: #3e4095;
	margin: 10px 100px;
}


}