body {
    color: #585858;
    margin: 0px;
    padding: 0px;
}
*{

	
}
#scrollToTop, #email-display { visibility: hidden; }
.fixed_left_goto_top
{
	position: fixed;
    right: 0px;
    top: 50%;
    z-index: 1111;
}
.mr-2 {
    margin-right: .5rem;
}

.arrow {
	    float: left;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    display: flex;
    align-items: center;
    
    height: 1rem;
}
.arrow--left .arrow__object:after {
    transform: rotate(45deg);
    transform-origin: top left;
}
.arrow--left .arrow__object:after, .arrow--left .arrow__object:before {
    left: 0;
}
.arrow__object, .arrow__object:after, .arrow__object:before {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    height: .125rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}
.arrow__object {
    display: inline-block;
    width: 2.5rem;

    position: relative;
    text-indent: -624.9375rem;
}

.fixed_left_email
{
	    position: fixed;
    left: -94px;
    width: 257px;
    height: 522px;
    top: 50%;
    z-index: 1111;
}
.w-screen-h{
   
    color: black;
}
.-translate-x-full {
    --transform-translate-x: -100%;
}
.blend-difference {
    mix-blend-mode: difference;
}
.-rotate-90 {
    --transform-rotate: -90deg;
}
.arrow {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    display: flex;
    align-items: center;
    height: 1rem;
}
.rotate-90
{
    transform: rotate(90deg);
}
.translate-x-full {
    --transform-translate-x: 100%;
}
.origin-top-left {
    transform-origin: top left;
}
.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}


section{

}
.project_div{
	overflow-x: hidden;
}
.logo_back{
        background-color: white;
    border-radius: 3px;
    padding: 5px 5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0f3057 !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #0f3057 !important;
}
.navbar {
    float: right;
    padding: 17px 0px;
}
.clear{
    clear: both;
}
html{
    scroll-behavior: smooth;
}
#btnscrolltop{
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e62739;
    color: white;
    box-shadow: 0 0 10px rgba(0 0 0 0.25);
    outline: none;
    cursor: pointer; 
    font-size: 20px;
    border: none;
}
#btnscrolltop:active {
    background-color: #cc2333;
    
}
.strok {
    color: white;
    text-shadow: -1px -1px 0 #186e9a73, 1px -1px 0 #186e9a73, -1px 1px 0 #186e9a73, 1px 1px 0 #186e9a73;
}
.clear{

    clear: both;
}
.slick-next:before {
    content: '→';
    color: black !important;
}
.slick-prev:before {
    content: '←';
    color: black !important;
}
.slider {
    height: 600px;
}

.top_bar{
        background-image: linear-gradient(120deg,#015dc7,#0f3057);

    /*background-image: linear-gradient(120deg,#186e9a,#65696f);*/
}
.top_bar .top_row{
	padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.top_bar .top_row .follow_text{

    font-weight: bold;
    display: inline-block;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
    margin-right: 15px;
}
.top_bar .top_row .follow_text h4{
	    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
}


.top_bar .top_row .social_media a{
	color: white;
	display: inline-block;
    font-size: 14px;
}
.top_bar .top_row .top_menu{
    text-align: right;
}
.top_bar .top_row .top_menu ul{
	margin: 0px;
}
.top_bar .top_row .top_menu li{
	display: inline;
	text-decoration: none;
}
.top_bar .top_row .top_menu li a{

        line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.top_bar .top_row .top_menu li:not(:last-child):after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,.6);
    margin: 0 5px;
}
.header_menus{
	padding: 0px 4px;
}
.header_menu .menu_col{
	
}
.header_menu .menu{
	
}
.menu_hover:hover{
    display: block !important;
}
.its_headline{
    font-size: 50px;
}
.project_img_size{
    width: 550px;
    height: 330px;
}
.gmail_icon{
   width: 22px;
    position: absolute;
     top: 56%; 
     left: 38%; 
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
       color: rgb(0 0 0 / 72%) !important;
       text-transform: uppercase;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #015dc7;
}
.header_menu{
    padding: 0px 5px;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: white;
    border-top: 1px solid #dcdcdc66;
    background: white;
    border-bottom: 1px solid #dcdcdc66;
    box-shadow: 0px 2px 5px 0px #dedede80;

}
.project_img_size{
    border-radius: 5px;
}
.header_menu .menu ul{
	margin: 0px;
}
.header_menu .menu li{
	display: inline;
	text-decoration: none;
	padding: 10px;

}
.header_menu .menu li a{
	color: #0f3057;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.section_1{
 margin: 40px 0px;
}
.section_1 .sec1_row{
	padding: 40px 0px;
}
.section_1 .sec1_row .sec1_text{
	
}
.section_1 .sec1_row .sec1_text h4{
	text-transform: uppercase;
	color: #0f3057;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    /*animation*/
    --animate-duration: 3s;
}

.section_1 .sec1_row .sec1_text h1{
	font-size: 50px;
    line-height: 50px;
    color: #0f3057;
    letter-spacing: 0.48px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 30px;
    --animate-duration: 3s;
}
.section_1 .sec1_row .sec1_text p{
	font-size: 17px;
    line-height: 30px;

}
.section_1 .sec1_row .sec1_text .content_point{
    line-height: 30px;
    margin-bottom: 30px;
}
.section_1 .sec1_row .sec1_text .content_point ul{
	margin: 0;
    padding: 0;
}
.section_1 .sec1_row .sec1_text .content_point li{
	list-style: none;
    margin-bottom: 15px;
}
.section_1 .sec1_row .sec1_text .cont_button{

}
.section_1 .sec1_row .sec1_text .cont_button button{
	 background-image: linear-gradient(120deg,#0f3057,#0f3057);
	 border: none;
     background-color: #a200ff;
	 color: #fff;
	 box-shadow: 0 10px 30px 0 rgba(55,97,98,.15);
	 font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .2em;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 20px 50px;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    outline: 0;
    z-index: 1;
    -webkit-border-radius: 0;
    border-radius: 3px;
}
.section_1 .sec1_row .sec1_text .cont_button button:before{
    transition: all .4s;
    content: "";
        position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .08;
    transform: skewX(25deg);
    z-index: -1;
}
.carousel-control-next-icon {
    background-image: url("image/next.png") !important;
}
.carousel-control-prev-icon {
    background-image: url("image/previous.png") !important;
}
.section_1 .sec1_row .sec1_col2{
	position: relative;
    padding: 10px;
    z-index: 0;
    margin-top: 40px;
}
.section_1 .sec1_row .sec1_col2:before,.section_1 .sec1_row .sec1_col2:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 40%;
    background-color: #0f3057;
    background-image: -webkit-linear-gradient(120deg,#015dc7,#0f3057);
    background-image: -ms-linear-gradient(120deg,#015dc7,#0f3057);
    background-image: linear-gradient(120deg,#015dc7,#0f3057);
    z-index: -1;
    border-radius:5px;

}
.section_1 .sec1_row .sec1_col2:after {
	top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}



.section_2{
     padding-top: 90px;
    padding-bottom: 60px;
 background-color: #f4f9ff !important
}
.section_2 .sec2_header{
	
}
.section_2 .sec2_header h4{
	font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    text-align: center;
    color: #0f3057;
;
    font-weight: 700;
}
.section_2 .sec2_header h3{
	font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
    text-align: center;

}

.section_2 .services_list{
 padding: 10px 0px;
}
.section_2 .services_list .service:hover:before{
    opacity: 1;
}
.section_2 .services_list .service:before{
	    transition: all .4s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #015dc726;
    background-image: linear-gradient(120deg,#015dc714,#a200ff1c);
    opacity: 0;
}
.section_2 .services_list .service:after{
    transition: all .4s;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
     border: 1px solid #c1c3c5;
    z-index: -1;
    opacity: .5;
    border-radius: 3px;
}
.section_2 .services_list .service{
	position: relative;
    background: #fff;
    padding: 50px 40px;
        border-radius: 5px;
    z-index: 0;
    box-shadow: 0 10px 30px 0 rgb(55 97 98 / 38%);
    text-align: center;
    max-width: 31%;
    margin: 13px;
}

.section_2 .services_list .service .icon_pencial{
	text-align: center;
	margin-bottom: 10px;
}
.section_2 .services_list .service .content{
	text-align: center;
	margin-bottom: 10px;
	color: #0f3057;
;
	
}
.section_2 .services_list .service .content h4{
	font-weight: 700;
    font-size: 20px;
}

.section_2 .services_list .service .desc{
    margin-bottom: 20px;
}
.section_2 .services_list .service a{
	    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
        padding: 4px;
    border-radius: 5px;
    color: #002bff9c;
    cursor: pointer;
}



.section_3{
    padding-top: 90px;
    padding-bottom: 60px
}
.section_3 .our_team{
	text-align: center;
}
.section_3 .our_team h4{
	font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
}
.section_3 .our_team h3{
	font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #0f3057;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
}
.section_3 .team{

}
.section_3 .team .team_img .team_pic{
	width: 250px;
}
.section_3 .team .team_col{
	max-width: 300px;
}
.section_3 .team h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    color: #0f3057;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}
.section_3 .team p{
	    font-size: 15px;
    line-height: 26px;
    text-align: center;
}


.section_4{
	padding-top: 90px ;
    padding-bottom: 60px;
    background-image: url(https://funvita.beplusthemes.com/wp-content/uploads/2018/12/bg9.jpg?id=926);
        position: relative;
    background-repeat: repeat-x;
    background-position: center top;
    z-index: 1;


}
.section_4:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background-color: transparent;
    background-image: linear-gradient(120deg,rgb(24 110 154),#65696fba);
}
.section_4 .sec4_row{
	
}
.section_4 .sec4_row .sec4_col1{
	
}
.section_4 .sec4_row .sec4_col1 h4{
	    font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
.section_4 .sec4_row .sec4_col1 h3{
	font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
.section_4 .sec4_row .sec4_col2 p{
	    font-size: 17px;
    line-height: 30px;
    color: #e2e8fb;
}
.section_4 .work_row{
margin: 20px 0px;
}
.section_4 .work_row .work_menu{
	padding: 0px;
}
.section_4 .work_row .work_menu ul{
	padding: 0px;
}
.section_4 .work_row .work_menu ul li{
	text-decoration: none;
	display: inline;
}
.section_4 .work_row .work_menu ul li a{
	cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 5px 20px;
    border: none;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
}
.section_4 .items_row{

}
.section_4 .items_row .item{
	margin: 5px 0px;
	padding: 0px 5px;
}
.section_4 .button_row{
text-align: center;
}
.section_4 .button_row .button{
	
}
.section_4 .button_row .button .btn:active{
    background-color: #a200ff;
    background-image: linear-gradient(120deg,#a200ff,#015dc7);
    color: #fff;
}
.section_4 .button_row .button a{
	background-image: linear-gradient(120deg,#0f3057,#0f3057);
    transition: all .4s;
    background-color: #a200ff;
    box-shadow: 0 10px 30px 0 rgba(55,97,98,.15);
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .2em;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 20px 50px;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    outline: 0;
    z-index: 1;
    text-decoration: none;
    border-radius: 0;
}
.section_4 .button_row .button .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .08;
    transform: skewX(25deg);
    z-index: -1;
}
.section_4 .button_row .button .btn:after{
    content: "";
    transition: all .7s;
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .08;
    transform: skewX(25deg);
    z-index: -1;
}

.section_5{
	padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f4f9ff !important;
}
.section_5 .testomonial_header{
	text-align: center;
}
.section_5 .testomonial_header h4{
	font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
}
.section_5 .testomonial_header h3{
	font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
}
.section_5 .client_row{

}
.section_5 .client_row .client{
	max-width: 350px ;
    margin-right: 30px;
        box-shadow: 0 10px 30px 0 rgba(55,97,98,.15);
    background: #fff;
    padding: 40px;
        line-height: 26px;
    letter-spacing: 0.48px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.section_5 .client_row .client .desc{
	font-size: 18px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 30px;
    color: #585858;
}
.section_5 .client_row .client .desc .quote {
    width: 25px;
    height: 18px;
    background-size: cover;
    
}
.section_5 .client_row .client .thumb{
	position: relative;
    margin-bottom: 15px;
    z-index: 0;
}
.section_5 .client_row .client .thumb .client_img{
	width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bd_img{
    width: 200px;
    margin-left: 15px;
    margin-top: 15px;
}

.section_5 .client_row .client .thumb:before{
	    content: "";
    position: absolute;
    top: -5px;
    left: -40px;
    width: 115px;
    height: 80px;
    z-index: -1;
    background-color: #015dc7;
    background-image: linear-gradient(120deg,#0f3057,#0f3057);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.section_5 .client_row .client h3{
	font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
    text-align: center;
}
.section_5 .client_row .client p{
	font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.48px;
    font-weight: 400;
    font-style: normal;
    color: #585858;
    text-align: center;
}


section .section_6 {
	padding-top: 90px;
    padding-bottom: 60px;
    background-color: #f4f9ff
}
section .section_6 .sec5_row{

}
section .section_6 .sec6_row h4{
	font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    color: #0f3057;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
section .section_6 .sec6_row h3{
	font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
    text-align: center;
}
section .section_6 .blog_row{

}
section .section_6 .blog_row .blog{
	box-shadow: 0 10px 30px 0 rgba(55,97,98,.15);

}
section .section_6 .blog_row .media{
	position: relative;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
section .section_6 .blog_row .media .blog_image{
	transition: all .4s;
    width: 100%;
    max-width: 100%;
    height: auto;
}
section .section_6 .blog_row .content{
    position: relative;
    background: #fff;
    padding: 30px;
    line-height: 26px;
    letter-spacing: 0.48px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

section .section_6 .blog_row .content .publish_date{
	position: absolute;
    top: -20px;
    left: 25px;
    z-index: 3;
    line-height: 26px;
    letter-spacing: 0.48px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
section .section_6 .blog_row .content .publish_date a{
	display: inline-block;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background-color: #015dc7;
    background-image: linear-gradient(120deg,#015dc7,#0f3057);
    padding: 8px 15px;
}
section .section_6 .blog_row .content .title{
    margin-top: 10px;
    margin-bottom: 8px;
    font-style: normal;
    color: #0f3057;
}
section .section_6 .blog_row .content .title h3{
	font-weight: 700;
	font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}
section .section_6 .blog_row .blog ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
section .section_6 .blog_row .blog ul li{
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    
}
section .section_6 .blog_row .blog ul li a{
	color: #585858;
}
section .section_6 .blog_row .blog .excerpt{
	margin-top: 10px;
}
section .section_6 .blog_row .blog .read_more{
	 display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #002bff9c;
    text-decoration: none;
    margin-top: 20px;
}
section .section_6 .blog_row .blog .share{
	    position: relative;
    float: right;
}
section .section_6 .blog_row .blog .share a{
	position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 13px;
    text-align: center;
    line-height: 36px;
    color: #89afc7;
    background: #fff;
    margin: 15px 0 5px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
section .section_6 .blog_row .blog .share>a:before{
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #b0ccde;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
section .section_6 .blog_row .blog .share a:hover{
	color: #fff;
    background-color: #015dc7;
        background-image: linear-gradient(120deg,#015dc7,#0f3057);
}
section .section_6 .blog_row .blog .share ul{
    transition: all .4s;
    position: absolute;
    top: 12px;
    right: 45px;
    margin: 0;
    padding: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e2ebf1;
    border-radius: 3px;
}
section .section_6 .blog_row .blog .share ul:before{
	content: '';
    position: absolute;
    top: 16px;
    right: -4px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-left: 1px solid #e2ebf1;
    border-bottom: 1px solid #e2ebf1;
    transform: rotate(225deg);
}
section .section_6 .blog_row .blog .share li{
	    list-style: none;
    display: inline-block;
}
section .section_6 .blog_row .blog .share li a{
	    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    background-color: #89afc7;
    color: black;
    -webkit-border-radius: 2px;
}


.section_7{
	padding-top: 90px;
    padding-bottom: 10px;
}
.section_7 .sec7_row{
	
}
.section_7 .sec7_row h4{
	font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #0f3057;
}
.section_7 .sec7_row h3{
	font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
    text-align: center;
}


.section_8{
	padding-top: 30px;
    padding-bottom: 60px;
}
.section_8 .brand{
	    width: 230px;
    margin-right: 65px;
    float: left;
    height: 170px;
    border: 1px solid #015dc7;
    border-radius: 20px;
    margin-left: 15px;
    cursor: pointer;
}

footer .footer_header{
      background-image: linear-gradient( 120deg,#015dc752,#0f3057db);
  
    background-blend-mode: overlay;
    background-size: 100%;
}
footer .footer_header .footer_col{

}
footer .footer_header .footer_col .top_footer .about{
    color: white;
    margin: 45px 0px;
    text-align: left;
}
footer .footer_header .footer_col .contact{
    background-color: #21749c;
    position: absolute;
    bottom: -140px;
    left: -24%;
     height: 300px;
    width: 600px;
    border-radius: 508px 508px 0 0;
    box-shadow: 0px 2px 5px 0px #212529;

}
footer .footer_header .footer_col .contact .cont_info{
    padding: 15px 0px 0px 190px;
    color: white;
}
footer .footer_header .footer_col .social_media{
         background-color: #21749c;
    position: relative;
    top: -100px;
    left: 14%;
    height: 300px;
    width: 600px;
    border-radius: 0px 0px 508px 508px;
    box-shadow: 0px 2px 5px 0px #212529;

}
footer .footer_header .footer_col .social_media .connect{
    text-align: left;
    padding: 40px 0px 5px 0px;
}
footer .footer_header .footer_col .social_media .connect h4{
    color: white;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 80px;
    font-size: 18px;
}
footer .footer_header .footer_col .social_media .connect .footer-icon{
    padding: 0px 10px 0px 220px;
    float: left;
}
footer .footer_header .footer_col .social_media .connect .footer-icon a{
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    height: 38px;
    width: 26px;
    text-align: center;
    color: #f7f9fb;
    margin: 0px 5px;
}
footer .footer_header .footer_col .social_media .contact_form{
    width: 50%;
    float: left;
    margin-left: 15px;
    display: none;
}
footer .footer_header .footer_col .social_media .contact_form .form-group{
    width: 70%;
    margin: 0px 0px 0px 0px;
    float: left;
}

footer .footer_header .footer_col .social_media .footer_menu{
    margin: 5px 0px;
    text-align: center;
    font-size: 14px;
}
footer .footer_header .footer_col .social_media ul{
    padding: 0px;
}
footer .footer_header .footer_col .social_media ul li{
    text-decoration: none;
    display: inline;
    text-transform: uppercase;
    padding: 0px 6px;
}
footer .footer_header .footer_col .social_media ul li a{
    color: white;
    font-weight: 500;
    line-height: 1.9;
    text-decoration: none;
}
.Copyright{
    text-align: right;
    padding: 50px 20px 50px 0px;
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.placehld::placeholder{
    padding-left: 30px;
}


.tab {
  overflow: hidden;

  
}

/* Style the buttons inside the tab */
.work_menu .tab ul li a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
   cursor: pointer;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;

}

/* Change background color of buttons on hover */
.section_4 .work_row .work_menu ul li a:hover {
  color: black;

}

/* Create an active/current tablink class */
.section_4 .work_row .work_menu ul li a.active {
  color: black;
  border: 1px solid white;
  border-bottom: 1px solid #527d96 !important;
  border-radius: 3px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  cursor: pointer;
 
}


.section_2 .services_list .service .icon_pencial .pnss{
  
    color: #015dc7;
}
.slick-dots li button:before{
        font-size: 14px !important;
        color: #007bff !important;
}
.slick-dots {
    bottom: -50px !important;
}
.slick-dots li{
    width: 12px !important;
}
.zoom {

  transition: transform 1s;
  transform-style: preserve-3d; /* Animation */

}

.zoom:hover {
   transform: rotateY(360deg); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.working_pattern{
 padding: 60px 0px;
}
.working_pattern .work_head{

}
.working_pattern .work_head h4{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    text-align: center;
    color: #0f3057;
    font-weight: 700;
}
.working_pattern .work_head h3{
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
    text-align: center;
}

.working_pattern .work_row{
    
}
.working_pattern .work_row .idea{
    text-align: center;
}
.working_pattern .work_row .idea .work_img{
    
}
.working_pattern .work_row .idea .explain{
    
}
.working_pattern .work_row .idea .explain h6{
    font-weight: 600;
    padding: 10px 0px;
}
.working_pattern .work_row .idea .explain p{
    
}

.project_head h4{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .3em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    text-align: center;
    color: #0f3057;
    font-weight: 700;
}
.project_head h3{
  font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.64px;
    font-weight: 700;
    font-style: normal;
    color: #0f3057;
    text-align: center;  
}

/* Slideshow container */
.slideshow_project {
  position: relative;
  background: #f1f1f1f1;
}

.project_slider{
    height: 490px;
}
.prj_slider1{
    padding: 80px 0px;
}
.slidr_btn{
    padding: 5px 20px;
        float: left;
    margin-left: 170px;
    margin-top: 30px;
    border-radius: 3px;
}
.project_description{
padding-top: 20px;
text-align: center;
}
.project_description h2{
    text-align: center;
}