/*-----------------------------------------------reset css----------------------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}


body{
     color: #414041;
     font-family: 'Open Sans', sans-serif;
}

{
    font-family: 'Open Sans', sans-serif;
   
}

.clear{
    float: none;
    clear: both;
}



/******************Dropdown menu starts here************************/

.menu-icon {
    position: absolute;
    right: 15px;
    top: 4px;
    padding: 10px;
    background-color: #2B3990;
    width: 50px;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    position: fixed;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    width: 0px !important;
    border-bottom: 1px solid transparent;
}
.dropdown-container a {
    font-size: 15px !important;
}

.menu-sutra{
    font-size: 25px !important;
    color: #dddddd !important;
    border-bottom: 1px solid #414042 !important;
    padding: 6px 8px 6px 16px !important;
}
.menu-menu{
    font-size: 18px !important;
    border-bottom: 1px solid !important;
    padding: 6px 8px 6px 16px !important;
}
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #414042;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}



/* Add an active class to the active dropdown button */


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*************************Dropdown menu ends here*****************************/


.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 0px;
    position: relative;
}

.menu-icon{
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 7px;
    background-color: #2B3990;
    width: 40px;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    position: fixed;
}

.search-form{
    position: absolute;
    right: 8%;
    top: 22px;
    z-index: 1;
}

.sutra{
    position: absolute;
    left: 0px;
    top:20px;
    background-color: #f1f1f1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
    padding: 10px;
    width: 175px;
    position: fixed;
}
.sutra img{
    width: 100px;
    float: right;
    margin-right: 20px;
}

.search-form input[type="text"]{
    padding: 17px;
    border-radius: 30px;
    border: 1px solid transparent;
    display: inline-block;
    width: 300px;
    background-color: #414042;
    opacity: .5;
}

input:focus{
    border: 1px solid transparent;
}

.search-form input[type="text"]::placeholder{
    color: #fff;
    font-size: 21px;
}

.search-form button{
    background: transparent;
    border: 1px solid transparent;
    border-radius: 40px;
    background-color: #2B3990;
    padding: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.search-form button img{
        width: 20px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.social-links li img{
	width: 4%;
}


.contact-img.contactBanner{
	background-image: url(../img/connect-with-us.jpg);
    width: 100%;
    position: relative;
    height: 637px;
   /* background-position-x: -11px;*/
   background-size: cover;
background-position: center center;
}

.text-contact{
	position: absolute;
    bottom: 0%;
    padding-left: 22%;
    width: 100%;
    background: #414042;
    opacity: .5;
    /* padding: 30px; */
    font-size: 40px;
}

.inner {
    width: 10%;
    height: 1px;
    margin: 10px auto;
    border-bottom: 2px solid #969696;
}

.text-contact h1{
	color: #e5e5e5;
    font-size: 42px;
    padding:1% 0;
}

/* footer section starts here*/

.footer{
    background-color: #414042;
    color: #D1D3D4;
    padding: 1% 5%;
}

.footer h3{
    font-size: 15px !important;
    margin-bottom: 5px;
}

.widget2{
    float: left;
    width: 17%;
    margin-left: 2%;
}

.footer li{
    list-style-type: none;
}

.footer li a{
    text-decoration: none;
     color: #D1D3D4;
}
.f-link1 {
    margin-top: 0px;
}
.f-link1 li, .f-link2 li, .f-link3 address, .f-link4 address, .f-link5 address{
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
}

.f-link1 li{
    margin-left: 20%;
}

.footer address{
    text-decoration: none;
}

.foot-logo img{
    width: 40%;
}

/* bottom footer starts here*/

.bottom-footer{
    margin-top: 4%;
    font-size: 12px !important;
}

.left-bottom{
    float: left;
}

.right-bottom{
    float: right;
}

.social-side li{
    float: left;
}

.social-side li a{
    display: inline-block;
    padding: 10px;
}
.left-form{
	float: left;
}
.right-form{
	float: right;
}
.middle-sec{
    width: 60%;
    margin: 0 auto;
}
.contact-form label{
	margin-bottom: 5px;
    display: inline-block;
    font-size: 18px;
}
.contact-form-main{
	padding: 30px;
    padding-bottom: 0px;
}
.contact-form input, .contact-form select{
	margin-bottom: 20px;
}
.first-line{
	margin-bottom: 30px;
}
.first-line p{
	font-size: 14px;
}
.contact-form input[type="text"], .contact-form input[type="number"]{
	width: 300px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #414042;
}

.contact-form textarea{
	width: 100%;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #414042;
    margin-bottom: 40px;
}

.submit-button{
    width: 25%;
    margin: 0 auto;
}
.contact-form select{
	width: 321px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #414042;
}
 .contact-form input[type="submit"]{
 	width: 170px;
 	padding: 10px;
 	border-radius: 10px;
 	border: 1px solid transparent;
 	background-color: #2B3990;
 	color: #fff;
 	font-size: 18px;
 }
.branch-title h2{
	text-align: center;
	font-size: 24px;
}
.branch-title{
	margin: 50px auto;
}

.single-branch{
	border: 1px solid #2B3990;
	border-radius: 5px;
	margin-right: 5px;
    margin-left: 5px;
}

.branch li{
	float: left;
	list-style-type: none;
}

.single-branch h3{
	background-color: #2B3990;
	color:#fff;
	padding: 6px 12px; 
	font-size: 21px;

}

.single-branch address{
	padding: 12px;
	font-style: normal;
	font-size: 16px;
}

/****************Google Map******************/

.location-map iframe{
    width: 100%;
    height: 450px;
}

.map-title{
    text-align: center;
    margin-bottom: 5%;
}

/******************Social media*************/

.social-line{
	margin-top: 6%;
	margin-bottom: 5%;
}
.social-line h4{
	text-align: center;
	font-size: 24px;
}
.social-links li{
	float: left;
	list-style-type: none;
	margin-left: 8%;
    text-align: center;
    margin-bottom: 12%;
}

.social-links li img{
	width: 50px;

}


/* ----------------------------------------Mobile phone for 768px width css strats here------------------------------------*/

@media only screen and (max-width: 768px){
    .search-form{ display: none !important;}
    .we-are p{display: none;}
    .about{clip-path: none !important;}
    .top-name{
    text-align: center;
    font-size: 48px;
    font-weight: 500px;
    opacity: 0.62;
    color: #414042;
    position: absolute;
    left: 30%;
    top: 40%;
}
.only-mission{
    background-color: #414041;
    opacity: .8;
    color: #fff;
    padding-bottom: 9%;
    clip-path: none !important;
}
.right-txt, .left-txt, .left-img, .right-img {
    float: none;
    margin-bottom: 5%;
} 

.right-img img{
    float: none;
}
.right-txt, .left-txt{
    width: 100%;
}

.right-img, .left-img{
    width: 100%;
}
.grid-img img{
    width: 100%;
    height: auto;
}
.grid-client li{
    width: 30%;
}
.widget2{
    width: 100%;
    margin: 5% auto;
    float: none;
}
.f-link1 li{
    margin-left: 0%;
}

.foot-logo img {
    width: 30%;
}
/* .sutra{
    display: none;
} */
.middle-sec {
    width: 97%;
    margin: 0 auto;
}
    
}


/* ----------------------------------------Mobile phone for 400px width css strats here------------------------------------*/

@media only screen and (max-width: 400px){
    .search-form{ display: none !important;}
    .we-are p{display: none;}
    .about{clip-path: none !important;}
    .top-name{
    text-align: center;
    font-size: 48px;
    font-weight: 500px;
    opacity: 0.62;
    color: #414042;
    position: absolute;
    left: 30%;
    top: 40%;
}
.only-mission{
    background-color: #414041;
    opacity: .8;
    color: #fff;
    padding-bottom: 9%;
    clip-path: none !important;
}
.right-txt, .left-txt, .left-img, .right-img {
    float: none;
    margin-bottom: 5%;
} 

.right-img img{
    float: none;
}
.right-txt, .left-txt{
    width: 100%;
}

.right-img, .left-img{
    width: 100%;
}
.grid-img img{
    width: 100%;
    height: auto;
}
.grid-client li{
    width: 100%;
}
.widget2{
    width: 100%;
    margin: 5% auto;
    float: none;
}
.f-link1 li{
    margin-left: 0%;
}

.foot-logo img {
    width: 30%;
}

/* .sutra{display: none;} */
}

.full-width img {
    width: 50%;
    height: auto;
    margin-left: 26%;
}





