       .cont {
           padding-top: 105px;
            padding-bottom: 13px;
            background-color: rgb(255, 255, 255);
            padding-top: 78px;
            padding-right: 2%;
       }
       .con2 {
        height: 80px;
        text-align: center !important;
         background-color:rgb(175 0 0);
         border-radius: 1rem;
         margin-bottom: 20px;
         padding-top: 17px;
         color: white;
    }
        .btn-center{
            margin-left: 40%;
        }

        
       .z01 {
           z-index: 0;
           
       }

      
     

       @keyframes blink {
           0% {
               opacity: 1;
           }

           50% {
               opacity: 0;
           }

           100% {
               opacity: 1;
           }
       }

       .container2 {
           background-color: red;
       }

       .card {
           margin-right: 10px;
       }

       .img4 {
           height: auto;
           width: 75%;
           margin-left: 13%;
           padding: 4px;
           border-radius: 20px;
           box-shadow: 19px 10px 17px 2px grey;
           transition: 0.5s ease;
       }

       .img4:hover {
           height: auto;
           width: 75%;
           margin-left: 13%;
           padding: 4px;
           border-radius: 20px;
           box-shadow: -5px -20px 17px 2px grey;
           transition: 0.5s ease;
           cursor: pointer;
       }


       .rr {
           padding: 10px;
           width: 99.75%;
       }

       .rr .row {
           /*            border: 2px solid black;*/
           margin-bottom: 10px;
           margin-left: 0;
           margin-right: 0;
       }

       .contain {
           background-color: #eee;
           max-width: 1170px;
           margin-left: auto;
           margin-right: auto;
           padding: 1em;
       }

       div.form {
           background-color: #eee;
       }

       .contact-wrapper {
           margin: auto 0;
       }

       .submit-btn {
           float: left;
       }

       .reset-btn {
           float: right;
       }

       .form-headline:after {
           content: "";
           display: block;
           width: 10%;
           padding-top: 10px;
           border-bottom: 3px solid #ec1c24;
       }

       .highlight-text {
           color: #ec1c24;
       }

       .hightlight-contact-info {
           font-weight: 700;
           font-size: 22px;
           line-height: 1.5;
       }

       .highlight-text-grey {
           font-weight: 500;
       }

       .email-info {
           margin-top: 20px;
       }

       ::-webkit-input-placeholder {
           /* Chrome */
           font-family: 'Roboto', sans-serif;
       }

       .required-input {
           color: black;
       }

       @media (min-width: 600px) {
           .contain {
               padding: 0;
           }

       }

       h3,
       ul {
           margin: 0;
       }

       h3 {
           margin-bottom: 1rem;
       }

       .form-input:focus,
       textarea:focus {
           outline: 1.5px solid #ec1c24;
       }

       .form-input,
       textarea {
           width: 100%;
           border: 1px solid #bdbdbd;
           border-radius: 5px;
       }

       html {
           scroll-behavior: smooth;
       }

       .wrapper>* {
           padding: 1em;
       }

       @media (min-width: 700px) {
           .wrapper {

               /*display: grid;*/
               /*grid-template-columns: 2fr 1fr;*/
           }

           .wrapper2 {
               box-shadow: 5px 11px 9px 4px gray;
               display: grid;
               grid-template-columns: 2fr 1fr;
               margin: 10px;
               padding: 20px;
           }

           .wrapper>* {
               padding: 2em 2em;
           }
       }

       ul {
           list-style: none;
           padding: 0;
       }

       .contacts {
           color: #212d31;
       }

       .form {
           background: #fff;
       }

       form {
           display: grid;
           grid-template-columns: 1fr 1fr;
           grid-gap: 20px;
       }

       form label {
           display: block;
       }

       form p {
           margin: 0;
       }

       .full-width {
           grid-column: 1 / 3;
       }

       button,
       .submit-btn,
       .form-input,
       textarea {
           padding: 1em;
       }

       button,
       .submit-btn {

           background: transparent;
           border: 1px solid #ec1c24;
           color: #ec1c24;
           border-radius: 15px;
           padding: 5px 20px;
           text-transform: uppercase;
       }

       button:hover,
       .submit-btn:hover,
       button:focus,
       .submit-btn:focus {
           background: #f5282f;
           outline: 0;
           color: #eee;
           cursor: pointer;
       }

       .error {
           color: #ec1c24;
       }


       .rajm {
           margin-bottom: 20px;
           margin-top: 20px;
       }



       /*        our clients*/

       section-header h3 {
           font-size: 36px;
           color: #283d50;
           text-align: center;
           font-weight: 500;
           position: relative;
       }

       .section-header p {
           text-align: center;
           margin: auto;
           font-size: 15px;
           padding-bottom: 60px;
           color: #556877;
           width: 50%;
       }

       #clients {
           padding: 60px 0;

       }

       #clients .clients-wrap {
           border-top: 1px solid #d6eaff;
           border-left: 1px solid #d6eaff;
           margin-bottom: 30px;
       }

       #clients .client-logo {
           padding: 64px;
           display: -webkit-box;
           display: -webkit-flex;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-pack: center;
           -webkit-justify-content: center;
           -ms-flex-pack: center;
           justify-content: center;
           -webkit-box-align: center;
           -webkit-align-items: center;
           -ms-flex-align: center;
           align-items: center;
           border-right: 1px solid #d6eaff;
           border-bottom: 1px solid #d6eaff;
           overflow: hidden;
           background: #fff;
           height: 160px;
       }

       #clients img {
           transition: all 0.4s ease-in-out;
       }

       

       .z-02 {
           z-index: 2;
       }

       .sbout {
           /*            text-align: center;*/
           font-size: 18px;
       }

       .container-raj {
           width: 100%;
           overflow: hidden;
       }

       @media (max-width:600px) {
           .img4 {
               height: auto;
               width: 99%;
               margin-left: 0%;
               padding: 0px;
           }
           .btn-center {
            margin-left: 5%;
        }
           .sbout {
               /*            text-align: center;*/
               font-size: 17px;
               padding: 20px;
               padding-left: 45px;
           }

           .logo-name {

               padding-top: 10%;
               background-color: transparent;
           }

           .typed1 {
               font-size: 30px;
           }

           .typed222 {
               font-size: 20px;
           }

           .container-raj {
               width: 96%;
           }
       }





       #ourclient {
           height: 550px;
           background-color: #ececec;
       }


       .imgs {
           width: 45% !important;
           margin: 2%;
           border-radius: 20px;
           box-shadow: 19px 10px 17px 2px lightblue;

       }

       .imgs2 {
           width: 85% !important;
           margin: 7%;
           border-radius: 20px;
           border-radius: 20px;
           box-shadow: 19px 10px 17px 2px grey;


       }

       .imgs2:hover,
       .imgs:hover {
           cursor: pointer;
       }


       /**/
       /*
mision */
       @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");

       /*
// Variables
*/
       .mission * {
           margin: 0;
           padding: 0;
           box-sizing: border-box;
           font-family: "Montserrat", sans-serif;
           transition: all ease-in 0.1s;
       }

       .mission {
           background-color: #E2E2E2;
           text-align: center;
       }

       .card {
           display: inline-block;
           width: 300px;
           margin: 50px 8px;
           text-align: center;
           background-color: #FFFFFF;
           padding: 30px 20px 40px;
           border-radius: 5px;
           box-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
           color: #2D3E50;
       }

       .card .fa {
           width: 100px;
           height: 100px;
           background-color: #E2E2E2;
           padding: 22px 0;
           border-radius: 50%;
           box-shadow: inset 0 1px 3px rgba(45, 62, 80, 0.3);
           text-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
           margin-bottom: 20px;
           font-size: 50px;
       }

       .card .title {
           margin: 10px 0;
           text-transform: uppercase;
           font-weight: bold;
           height: 82px;
       }

       .card p {
           font-weight: 300;
       }

       .card:hover {
           transform: translateY(-5px);
           box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
           cursor: pointer;
       }

       .card:hover .fa {
           box-shadow: inset 0 3px 10px rgba(45, 62, 80, 0.3);
           text-shadow: 0 3px 2px rgba(45, 62, 80, 0.3);
           cursor: pointer;
       }

       #myBtn {
           display: none;
           position: fixed;
           bottom: 20px;
           right: 30px;
           z-index: 99;
           font-size: 18px;
           border: none;
           outline: none;
           background-color: red;
           color: white;
           cursor: pointer;
           padding: 15px;
           border-radius: 4px;
       }

       #myBtn:hover {
           background-color: #555;
           cursor: pointer;
       }

       @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

       .font {
           font-family: 'Roboto', sans-serif;
       }

       .full {
           width: 100%;
       }

       .gap {
           height: 30px;
           width: 100%;
           clear: both;
           display: block;
       }

       .footer {
           background: #343a40 !important;
           height: auto;
           padding-bottom: 30px;
           position: relative;
           width: 100%;
           border-bottom: 1px solid #CCCCCC;
           border-top: 1px solid #DDDDDD;
       }

       .footer p {
           margin: 0;
       }

       .footer img {
           max-width: 100%;
       }

       .footer h3 {
           color: white;
           font-size: 18px;
           font-weight: 600;
           line-height: 27px;
           padding: 40px 0 0px;
           text-transform: uppercase;
           margin-bottom: 15px;
       }

       .footer h4 {
           color: white;
           font-size: 2em;
           font-weight: 600;
           line-height: 38px;
           padding: 40px 0 10px;
           font-family: cursive;
           font-weight: lighter
       }

       .footer ul {
           font-size: 17px;
           list-style-type: none;
           margin-left: 0;
           padding-left: 0;
           margin-top: 0px;
           color: #7F8C8D;
           padding: 0 0 8px 0;
       }

       .email {
           border-bottom: 3px solid #fff;
       }

       .footer ul li a {
           padding: 0 0 12px 0;
           display: block;
       }
  
       .footer a {
           color: white;
           font-weight: lighter;
       }

       .footer p {
           color: white;
           font-weight: lighter;
           
       }

       .footer a:hover {
           text-decoration: none;
           font-weight: bold;
       }

       .supportLi h4 {
           font-size: 20px;
           font-weight: lighter;
           line-height: normal;
           margin-bottom: 0 !important;
           padding-bottom: 0;
       }
 
       .bg-gray {
           background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
           box-shadow: 0 1px 0 #B4B3B3;
       }

       

       .footer a {
           color: #ffffff
       }

       .footer-bottom {
           margin-top: 2em;
           border-top: 1px solid #DDDDDD;
           padding-top: 20px;
           padding-bottom: 10px;
       }

       .footer-bottom p.pull-left {
           padding-top: 6px;
           font-size: 0.75em
       }
       @import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/

.top-nav{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}





.navbar-logo{
	padding: 15px;
	color: #000000;
}
.navbar-mainbg{
	background-color: #5161ce;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color: #000000;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5161ce;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}