/*.navbar-brand>img {
    display: none;
}*/

.mob-logo {
	width:100%;
	float:left;
	display: none;
}








@media (min-width: 768px) and (max-width: 979px) {

.mob-logo {
	display: none;
}	
	
}


@media (min-width: 480px) and (max-width: 639px) {

nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-right: 0px;
    margin-top: 22px;
}

.mob-logo {
    width: 20%;
    float: left;
    padding: 3% 0%;
	display: block;
}	
	
/*.navbar-brand>img {
    display: block;
}*/
	
}


@media (min-width: 360px) and (max-width: 479px) {

nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-right: 0px;
    margin-top: 17px;
}

.mob-logo {
    width: 30%;
    float: left;
    padding: 3% 0%;
	display: block;
}	
	
/*.navbar-brand>img {
    display: block;
}*/
	
}


@media (max-width: 320px) {


nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-right: 0px;
    margin-top: 17px;
}

.mob-logo {
    width: 30%;
    float: left;
    padding: 3% 0%;
	display: block;
}	
	
/*.navbar-brand>img {
    display: block;
}*/	

}



/* theam default css */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900|Roboto:300,400,500,700,900');
/* font-family: 'Roboto', sans-serif; */
@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/Rockwell-Bold.eot');
    src: url('../fonts/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rockwell-Bold.woff') format('woff'),
        url('../fonts/Rockwell-Bold.ttf') format('truetype'),
        url('../fonts/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/Rockwell.eot');
    src: url('../fonts/Rockwell.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rockwell.woff') format('woff'),
        url('../fonts/Rockwell.ttf') format('truetype'),
        url('../fonts/Rockwell.svg#Rockwell') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    font-weight: normal;
    font-style: normal;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}
/* img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
} */
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a,
.button:focus {
    outline: none;
    text-decoration: none;
}
a:focus,
a:hover, {
    color: indianred;
    outline: medium none;
}
.button:focus,input:focus,textarea:focus {
    outline: 0;
}
.uppercase {
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6, {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: black;
    margin: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a, {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
p {
    font-weight: normal;
    font-size: 16px;
    color:#404041;
    margin-bottom: 15px;
}
*::-moz-selection {
    background: #6f5ae6;
    color: #424242
}
::-moz-selection {
    background: #6f5ae6;
    color: #424242
}
::selection {
    background: #6f5ae6;
    color: #424242
}
::-moz-placeholder {
    color: #070707
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(3, 90, 252, 0.5); 
}

.btn {
    -moz-user-select: none;
    background: #1768fb;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    font-size: 14px;
    color: #fff;
    border: none;
    font-weight: 600;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out 0.3s;
}
.btn:hover {
    color: #fff;
}
button:focus {
    outline: 0;
    outline: 0;
}
/* ==================top navigatin start============ */
.top-bar {
    width:100%;
    background: #fff
}
.wel-txt p {
	color: #fff;
	padding: 22px 0px 22px 116px;
	margin: 0;
	font-weight: 600;
	line-height: 1;
}
.social-nav {
    background: #00007e;
    display: flex;
    justify-content: space-between;
    -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 5% 100%);
    align-items: center;
}
.social-icons ul {
    padding: 0px;
    list-style: none;
    padding-right: 116px;
}
.social-icons ul li {
	padding: 0px;
	display: inline-block;
	float: left;
	line-height: 1;
}
.social-icons ul li a {
    list-style: none;
    color: #fff;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}
.social-icons ul li a:hover  {
    color: #00adef;
}
/* ==================top navigatin end============ */
/* ==================logo-bar start============ */
.logo {
    margin-top:6px;
	margin-bottom:5px;
}
.logo img {
    width: auto;
}
.address-content {
    display: flex;
    float: left;
    margin-left: 24px;
    padding: 33px 0px;
}
.add-icon {
    font-size: 33px;
    color: #00007e;
    margin-right: 15px;
}
.rotet {
    transform: rotate(90deg);
}
.add-txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #101010;
    margin-bottom: 13px;
    line-height: 1;
    margin-top: 0%;
}
.add-txt p {
    color: #bababa;
    font-size: 16px;
    margin: 0px;
    line-height: 1;

}
/* ==================logo-bar end============ */
/* ====================menubar start================= */
.menu-bar {
    background: rgba(0,0,0,0.7);
    width: 100%;
    float: left;
    position: relative;
}
/*.nav-bar {
    margin: 0px auto;
}
.nav-bar ul {
    padding: 0px;
}
.menu-bar .nav-bar ul li {
    display: inline-block;
}
.menu-bar .nav-bar ul li a {
    font-size: 22px;
    margin-right: 96px;
    color: #fff;
    font-weight: 500;
    padding: 25px 0px;
    display: block;
    line-height: 1;
}
.menu-bar .nav-bar ul li:last-child a{
    margin: 0px;
}
.toggle {
    color: #00adef;
    width: 100%;
    text-align: right;
    font-size: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #090;
    display: none;
    cursor: pointer;
    position: relative;
}*/

/* ====================menubar end================= */

/*================ slider part start============ */
.single-slider img {
    width: 100%;
}
.slider-area {
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
    margin-top: -71px;
}
.slider-height {
    min-height: 500px;
}
.single-slider {
    position: relative;
}
.slider-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
}

.single-slider h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rockwell';
    font-size: 35px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 19px;
}

.single-slider p {
    font-size: 24px;
    color: #fffdfb;
    text-align: center;
    font-weight: 500;
}
.sliding-img {
    width: auto;
    overflow: hidden;
}
.sliding-img img {
    width: 53%;
    float: right;
}
.txt-content {
    margin-top: 14%;
}
.slider-btn {
    background: linear-gradient(to right, #22a7fd, #1c67f4);
    border: none;
}
.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: none;
    border: 0;
    width: 46px;
    font-size: 27px;
    padding: 0;
    height: 80px;
    color: #444;
    z-index: 9;
    border-radius: 0px 50px 50px 0px;
}
.slider-active button.slick-next{left: auto;
    right:0px;
    border-radius: 50px 0px 0px 50px;
}
button.slick-arrow i.fas {
    background: rgba(255,255,255,.5);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #efe248;
    cursor: pointer
}
.slider-active .slick-dots {
	text-align: center;
	bottom: 30px;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
}
.slider-active .slick-dots li {
	display: inline-block;
	margin: 0 4px
}
.slider-active .slick-dots li button {
	background: no-repeat;
	border: 0;
	height: 10px;
	width: 5px;
	text-indent: -9999px;
	background: #fff;
	transition: .3s;
	padding: 0;
}
.slider-active .slick-dots li.slick-active button{height: 15px}
/*================ slider part end============ */
/* ==============about us part start============== */
.about-section {
    float: left;
    width: 100%;
    padding: 45px 0px;
}
.abo-dtl {
    float: left;
}
.abo-dtl .title-top {
    width: 83px;
    height: 25px;
    float: left;
    border: #00007e 5px solid;
    border-bottom: transparent;
    margin-bottom: 24px;
}
.abo-title {
    font-size: 40px;
    width: 100%;
    float: left;
    font-weight: 800;
    color: #323232;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
    line-height: 1;
}
.bottom-border {
    width: 83px;
    border-bottom: #00007e 5px solid;
    float: left;
}
.sub-title {
	width: 100%;
	float: left;
	color: #a1a1a1;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 24px;
}
.sub-title span {
	font-size: 16px; 
	font-weight: 500;
}
.btn.know-btn {
	background: transparent;
	border-radius: 0;
	border: #00007e 2px solid;
	color: #00007e;
	font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.btn.know-btn:hover {
    background: #00007e;
    color: #fff;
}
/* ==============about us part end============== */
/* ==============service-section start============== */
.service-section {
    float: left;
    width: 100%;
    padding: 58px 0px;
    background: url(../images/service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.service-main {
    width: 100%;
}
.service-dtl {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.service-dtl .title-top {
	width: 83px;
	height: 25px;
	border: #00adef 5px solid;
	border-bottom: transparent;
	margin: 0px auto 24px;
}
.ser-title {
    font-size: 40px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
    line-height: 1;
}
.ser-sub-title {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    line-height: 24px;
    text-align: center
}
.ser-sub-title span {
	font-size: 16px; 
	font-weight: 500;
}
.service-dtl .bottom-border {
	width: 83px;
	border-bottom: #00adef 5px solid;
	height: 5px;
}
.service-dtl .sub-title {
	width: 100%;
	float: left;
	color: #cbc9c9;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    line-height: 24px;
    text-align: center;
    margin-bottom: 70px;
}
.service-item {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	border: #ddd 1px solid;
	padding: 22px 18px;
}
.ser-icon img {
    width: auto;
}
.service-item h4 {
    color: #00adef;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0px 20px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-align: center;
}
.service-item p {
	color: #cbc9c9;
	font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
a.btn.read-btn {
    background: #00adef;
    border-radius: 0;
    padding: 13px 23px;
    line-height: 1;
    font-weight: bold;
    border: #00adef 1px solid;
}
a.btn.read-btn:hover {
    background: transparent;
    border: #00adef 1px solid;
}
/* ==============service-section end============== */

/* ==============team-section start============== */

.team-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.team-dtl {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    width: 89%;
    margin: 0px auto;
}
.team-dtl .title-top {
	width: 83px;
	height: 25px;
	border: #00007e 5px solid;
	border-bottom: transparent;
	margin: 0px auto 24px;
}
.team-title {
    font-size: 40px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 800;
    color: #323232;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
    line-height: 1;
}
.team-sub-title {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    line-height: 24px;
    text-align: center
}
.team-sub-title span {
    font-size: 16px;
    font-weight: 500;
    color: #a1a1a1;
}
.team-dtl .bottom-border {
	width: 83px;
	border-bottom: #00007e 5px solid;
	height: 5px;
}
.team-dtl .sub-title {
	width: 100%;
	float: left;
	color: #858585;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    line-height: 24px;
    text-align: center;
}
.team-img {
    position: relative;
}
.team-img img {
    width: 100%;
}
ul.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 126, 0.3);
    transition: .3s;
    opacity: 0;
}
.team-container:hover ul.team-social {
    transform: scale(0.9);
    opacity: 1;
}
ul.team-social li {
    position: absolute;
    display: block;
    transition: .3s;
}
ul.team-social li a {
    background: #303030;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    transform: rotate(45deg);
}
ul.team-social li a i.fab {
    transform: rotate(-45deg);
}
ul.team-social li:nth-child(1) {
    top: 50%;
    left: 50%;
    opacity: 0; 
    transform: translate(-50%, -50%);
}
ul.team-social li:nth-child(2) {
    left: 50%;
    top: 50%;
    opacity: 0; 
    transform: translate(-50%, -50%);
}
ul.team-social li:nth-child(3) {
    left: 50%;
    top: 50%;
    opacity: 0; 
    transform: translate(-50%, -50%);
}
ul.team-social li:nth-child(4) {
    left: 50%;
    top: 50%;
    opacity: 0; 
    transform: translate(-50%, -50%);
}
.team-container:hover ul.team-social li:nth-child(1) {
    top: 50%;
    left: 50%;
    opacity: 1; 
    transform: translate(-129%, -50%);
    transition-delay: 0s;
}
.team-container:hover ul.team-social li:nth-child(2) {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -127%);
    transition-delay: .4s;
}
.team-container:hover ul.team-social li:nth-child(3) {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(30%, -50%);
    transition-delay: .8s;
}
.team-container:hover ul.team-social li:nth-child(4) {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, 27%);
    transition-delay: 1s;
}
.team-content-title {
    background: #f2f2f2;
    border-bottom: #fff 2px solid;
    float: left;
    width: 100%;
    transition: .3s;
}
.team-container:hover .team-content-title {
    border-bottom: #00007e 2px solid;
}
.team-content-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00007e;
    text-align: center;
    margin: 35px 0px 18px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}
.team-content-title p {
    color: #515151;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom:30px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}
/* ==============team-section end============== */
/* ==============footer-section start============== */
.footer {
    float: left;
    width: 100%;
    background: url(../images/footer-bg.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 0px;
}

.footer .gap{
   
    margin: 0px 0px 0px 0px;
}
.foot-logo {
    margin-bottom: 30px;
}
.short-abo p {
	color: #cacaca;
	font-size: 14px;
	font-weight: 500;
}
.foot-social ul {
	padding: 0px;
	list-style: none;
    margin-top: 53px;
    margin-bottom: 20px;
}
.foot-social ul li {
    padding: 0px;
    display: inline-block;
}
.foot-social ul li a {
	background: #282828;
	width: 40px;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 42px;
    color: #fff;
    margin-right: 20px;
    border: #cacaca 1px solid;
}
.items-title h4 {
	font-size: 20px;
	color: #cacaca;
    font-weight: bold;
    margin-bottom: 30px;
}
.Quick-links ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.Quick-links li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}
.Quick-links li a {
    color: #cacaca;
    background: #446db4;
    padding: 10px 0px;
    width: 119px;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1;
}
.Quick-links li:nth-child(2) a {
    margin-right: 0px;
}
.posts {
    display: flex;
    margin-bottom: 30px;
}
.post-img {
    margin-right: 13px;
}
.post-txt p {
    margin: 0;
    color: #cacaca;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-txt a {
    color: #00adef;
}
.contact-dtl {
    display: flex;
    margin-bottom: 35px;
}
.contact-icon {
    font-size: 22px;
    color: #cacaca;
    margin-right: 10px;
    line-height: 1;
}
.contact-txt p {
    color: #cacaca;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.foot-bottom p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	line-height: 1;
	color: #cacaca;
	font-family: 'Roboto', sans-serif;
	border-top: #cacaca 1px solid;
}
/* ==============footer-section end============== */

/* =================service page style start================== */
.top-banner {
    position: relative;
    float: left;
    width: 100%;
    z-index: -1;
    margin-top: -71px;
}
.top-banner img {
    width: 100%;
    float: left;
}
.service-overly {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center
}
.service-overly h1 {
    font-size: 40px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-top: 70px;
    line-height: 1;
}
.main-service {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.ser-txt {
    align-items: center;
    display: flex;
}
.ser-txt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #446db4;
    text-align: left;
    margin: 0px;
}
.ser-container {
	padding: 15px;
	box-shadow: 0px 5px 10px rgba(169, 166, 166, 0.5);
	border-radius: 5px;
	margin-bottom: 50px;
	min-height: 300px;
}
.ser-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    border: #ddd 5px solid;
    line-height: 76px;
    margin-right: 15px;
}

p.ser-p {
    margin-top: 15px;
    color: #5a5858;
    font-weight: 500;
    line-height: 28px;
}
.ser-button {
	width:100%;
	float:left;
}
.ser-button a.serv {
	display:block;
	text-decoration:none;
	float:left;
	background-color: #00adef;
    border-radius: 0;
    padding: 13px 23px;
    line-height: 1;
    font-weight: bold;
    border: #00adef 1px solid;
	color:#fff;
}

.ser-button a.serv:hover {
    background-color: transparent;
    border: #00adef 1px solid;
	color:#00adef;
}
/* =================service page style end================== */
/* ===============contact page style start================ */
.contact-main {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.contact-form {
    margin-bottom: 20px;
    position: relative;
}
.contact-form {
    margin-bottom: 20px;
    position: relative;
}
span.from-icon {
    position: absolute;
    top: 11px;
    left: 22px;
    font-size: 20px;
    color: #3967fa;
}
.phds-form {
    border: none;
    background: #eef3f7;
    height: 50px;
    color: #000;
    padding-left: 50px;
    border: #fff 2px solid;

}
.form-control.phds-form:focus {
    color: #495057;
    background-color: #ffffff;
    border: #3967fa 2px solid;
    outline: 0;
    box-shadow: none;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submit-btn {
    background: #3967fa;
    border-radius: 50px;
    padding: 20px 46px;
    line-height: 1;
}
.checkbox-phds {
    display: flex;
    align-items: center;
}
.checkbox-phds input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
.checkbox-phds label {
    position: relative;
    cursor: pointer;
    margin: 0;
}
.checkbox-phds label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d3d3d4;
    padding: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0px;
    float: right;
    border-radius: 5px;
}
.checkbox-phds input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 11px;
    width: 6px;
    height: 14px;
    border: solid #3967fa;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.checkbox-phds p {
    margin: 0;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: right;
}

.contact-information {
    display: flex;
    padding: 10px 40px;
    height: 132px;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0px 3px 10px rgba(156, 156, 156, 0.5);
    border-radius: 5px
}
.info-icon {
    margin-right: 20px;
}
.service-list {
	width: 100%;
	float: left;
}
.service-list li {
	padding-bottom: 15px;
	color: #3f3d3d;
	font-size: 16px;
	font-weight: 500;
    letter-spacing: 1px;
    display: flex;
}
.service-list li i.fas {
	font-size: 20px;
	color: #1414e9;
	margin-right: 5px;
	float: left;
}
.service-h4 {
    margin-bottom: 20px;
    border-bottom: #117ef9 3px solid;
    float: left;
}
.service-p {
	float: left;
	letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
}
.prof-content {
	float: left;
	width: 100%;
}
.prof-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border:1px solid #999;
	background: #ddd;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


.service-h4 {
	margin-bottom: 20px;
	border-bottom: #117ef9 3px solid;
	float: left;
}
.prof-dtl {
    float: left;
}
.prof-dtl h4 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-top:20px;
	border: none;
	font-size: 30px;
	font-weight: 600;
}
.prof-dtl p{
    float: left;
}
.prof-img img {
	width: 100%;
	border-radius: 100%;
	margin-bottom:10px;
	height: 118px;
}
/* ===================team page style============ */
.team-main {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.tm-main-container {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 10px rgba(115, 113, 113, 0.5);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px
}
.tm-left {
    background: #446db4;
    padding: 5px;
}
.tm-img {
    width: 150px;
}
.tm-img img{
    width: 100%;
}
.tm-right {
    padding: 10px;
    height: 270px;
}
.ss-scroll {
    position: relative;
    background: rgba(81, 142, 248, 0.5);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}
.tm-social ul li {
    display: inline-block;
    margin: 5px;
    float: left;
}
.tm-social ul li a {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}
.tm-right h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #00007e;
}
.tm-right h4 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #696969;
}
.tm-right p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #454546;
}
.tm-right h4 {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #696969;
    margin-bottom: 15px;
}
.tm-social {
    float: left;
    margin-top: 17px;
}
/* Scrollbar Styling */






/* ===================about page style============ */

.about1 {
	width:100%;
	float:left;
}

.about1 .box {
    width: 100%;
    float: left;
    margin-top: 6%;
    margin-bottom: 6%;
}

.about1 .box .img-box {
	width:100%;
	float:left;
}

.about1 .box .text {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    float: left;
    margin-top: 7%;
}

.about1 .box .text1 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #999;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    float: left;
    margin-top: 7%;
}

