/*
Theme Name: CompanyTheme
Theme URI: https://themesbazar.com/companytheme/
Author: The ThemesBazar Team
Author URI: https://themesbazar.com/
Description: companytheme brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: companytheme
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
}
body {
    font-family: 'Hind', sans-serif;
    background: #fff;

    
}
a:hover { text-decoration: none }

                /*======================================
                             top-headr css-start
                ======================================*/
.top-header-section {
	padding: 10px 0;
}

.company-title ul li {
	display: inline-block;
	margin-right: 19px;
	font-size: 15px;
	color: #061538;
}

.company-title i.fa {
	margin-right: 8px;
    color: #FF5E14;
}

.header-addeess span {
	font-weight: 500;
	font-size: 17px;
}

.header-addeess li {
	list-style: none;
	font-size: 14px;
}

.border {
	border-right: 1px solid #464646;
}





.top-social {
	text-align: right;
}

.top-social a {
	color: #868686;
	margin: 0 9px;
	text-decoration: none;
	transition: .8s;
    font-size: 16px;
}

.top-social a:hover {
	color: #FF5E14;
}
                /*======================================
                             top-headr css-End
                ======================================*/



                /*======================================
                             headr css-start
                ======================================*/
.header-section {
	background: #000;
	padding-top: 18px;
	padding-bottom: 10px;
}


.logo img {
	width: 100%;
	height: auto;
}

.header-padding {
	margin-left: 260px;
}

.header-addeess i.fa {
	position: absolute;
	left: -0;
	top: 0px;
	font-size: 25px;
	color: #FF5E14;
}

.header-addeess li {
	list-style: none;
}

 .header-addeess{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
     color: #fff;
 }

       /*======================================
                             headr css-End
                ======================================*/





                /*======================================
                             menu css-start
                ======================================*/
.menu-section {
	z-index: 9999;
	background: #061538;
	transition: .8s;
	
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .8s;
   
}




.mainmenu .collapse ul ul {
	position: absolute;
	top: 88%;
	
}

                /*======================================
                                menu css-End
                    ======================================*/





                                /*============================
                                      section-one-css-start
                                =============================*/
 

.section-one::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #061538;
	opacity: 0.8;
    z-index: -1;
}


.section-wrpp {
	padding-bottom: 90px;
} 

.home-title-one {
	font-size: 50px;
	color: #ffffff;
	font-weight: 300;
}

.home-title-two {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
}

.home-content {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.header-button {
	margin-top: 55px;
}

.header-button ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-button ul li {
	display: inline-block;
	margin-right: 22px;
	border: 1px solid #FF5E14;
	padding: 9px 29px;
	transition: .5s;
}

.header-button ul li a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.header-button .active {
	background: #FF5E14;
}

.header-button ul li:hover {
	background: #061538;
    border: 1px solid#061538;
    
}




                /*=========================
                   section-one-padding section-css-start
                =========================*/
.section-one-padding {
	position: relative;
	z-index: 1;
}

.section-padding-wrpp {
	box-shadow: 0 0 1px #333;
	background: #ffff;
	padding: 35px 35px 35px;
	position: absolute;
	top: -147px;
	margin-right: 17px;
    transition: .5s;
    border: 1px solid#ddd;
    
 
}

.section-padding-wrpp:hover{
    box-shadow: 0 3px 3px #999;
      border: 1px solid#999;
    
}
.icon {
	color: #FF5E14;
	font-size: 52px;
}

.section-padding-title {
	font-size: 24px;
	font-weight: 600;
	color: #061538;
	margin-bottom: 8px;
    transition: .8s;
}

.section-padding-content {
	font-size: 16px;
	color: #242424;
	line-height: 26px;
    
}


.section-padding-wrpp:hover .section-padding-title {
    color:#FF5E14;
}
           

                /*=========================
                    section-one-css-End
                =========================*/




                /*=========================
                    section-two-css-Start
                =========================*/
.section-two-padding {
	text-align: center;
	padding-bottom: 50px;
}

.services-section-title1 {
	font-size: 25px;
	color: #ff5e14;
}
.services-section-title2 {
	font-size: 36px;
	font-weight: 700;
	color: #061538;
	line-height: 42px;
}

.section-two {
	margin-top: 220px;
}

.section-two-wrpp {
	margin-bottom: 16px;
}

.services-image {
	position: relative;
    z-index: 1;
}

.services-image::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 96%;
	content: "";
	background: #061538;
	opacity: 0;
	transition: .8s;
}

.services-image::after {
	position: absolute;
	left: 44%;
	top: 40%;
	content: "\f0c1";
	color: #ff5e14;
	font-family: 'FontAwesome';
	font-size: 30px;
	cursor: pointer;
    opacity: 0;
    transition: .8s;
}
.section-two-wrpp:hover .services-image::after {
	opacity:1;
    top: 50%;
}

.section-two-wrpp:hover .services-image:before{
    opacity: 0.7;
     height: 100%;
}


.services-image img {
	width: 100%;
	height: auto;
}

.services-title {
	padding: 9px 0;
}

.services-title a {
	color: #061538;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	transition: .5s;
}

.section-two-wrpp:hover .services-title a {
	color: #ff5e14;
	
}

.services-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #242424;
}
                /*=========================
                    section-two-css-End
                =========================*/
				
				
				
				
				

                /*=========================
                    section-three-css-start
                =========================*/


.about-seciton-padding {
	text-align: center;
	padding-bottom: 41px;
}

.about-section-title1 {
	font-size: 27px;
	color: #ff5e14;
	font-weight: 500;
}

.about-section-title2 {
	font-size: 34px;
	color: #061538;
	font-weight: 700;
	line-height: 40px;
}

.about-section-title2 {
	font-size: 34px;
	color: #061538;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 10px;
}

.about-title {
	font-size: 24px;
	font-weight: 600;
	color: #061538;
	margin-bottom: 10px;
	line-height: 28px;
}

.about-content {
	font-size: 16px;
	line-height: 27px;
	color: #242424;
	margin-bottom: 45px;
}

.about-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.background {
	margin-left: 113px;
}


.compay-wrpp {
	position: relative;
	padding-left: 85px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dashed #ddd;
}

.compay-wrpp i.fa {
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 67px;
	font-size: 40px;
	margin-top: 4px;
	background: #fff;
	color: #ff5e14;
}


.company-title {
	font-size: 20px;
	color: #061538;
	font-weight: 600;
}

.copany-contnet {
	font-size: 16px;
	line-height: 27px;
	color: #242424;
}
    



                /*=========================
                    section-three-css-End
                =========================*/


  /*==============================
               section-four-css-Start
                ===============================*/
.section-four {
	padding-top: 88px;
}

.quite-wrpp {
	margin-bottom: 45px;
}

.sfour-title-one {
	font-size: 24px;
	color: #ff5e14;
}

.sfour-title-two {
	font-size: 36px;
	font-weight: 700;
	color: #061538;
	margin-bottom: 14px;
}

.quites-contact {
	border: 6px solid #dddddd4a;
	padding: 15px;
}

.qites-title {
	font-size: 17px;
	font-weight: 500;
	color: #ff5e14;
	margin-bottom: 29px;
}
.quites-contact input[type="text"], input[type="email"], textarea {
	border: 1px solid#ced4da;
	padding: 12px 10px;
	color: #000;
	margin-bottom: 20px;
	font-size: 16px;
}

.quites-contact input, .quites-contact textarea{
    width: 100%;
    margin-bottom: 15px;
    color: #000;
 }


.quites-contact input[type="submit"]{
    width: auto;
    margin: 0;
    
 }
.quites-contact input[type="submit"] {
	width: auto;
	margin: 0 auto;
	
	
}

.contact-from-btn {
	margin-top: 5px;
}

.quites-contact input[type="submit"], button[type="submit"] {
	background: #ff5e14;
	padding: 15px 28px 12px;
	font-size: 18px;
	color: #fff;
	border: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: .8s;
	
}

.quites-contact input[type="submit"]:hover{
     background: #061538;
    color: #fff;
 
}


.quites-image img {
	width: 100%;
	height: auto;
}

                /*==============================
                    section-four-css-End
                ===============================*/


           
           /*================================
                      section-five-start
            ===============================*/

.client-section {
	text-align: center;
	padding-bottom: 80px;
}

.clinet-sectin-one-t {
	font-size: 25px;
	font-weight: 400;
	color: #ff5e14;
}

.clinet-sectin-two-t {
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 11px;
}

.client-image img {
	max-width: 15%;
	height: auto;
	border-radius: 50%;
	margin: 0 auto;
}

.clients-wrpp {
	text-align: center;
	border: 1px solid #3d485f;
	border-radius: 5px;
}

.clients-title {
	margin-top: 26px;
	font-size: 25px;
	color: #fff;
	font-weight: 400;
}

.clients-content {
	font-size: 16px;
	padding: 0 50px;
	margin-top: 14px;
	color: #fff;
	padding-bottom: 24px;
    position: relative;

}

.clints-icon i.fa {
	font-size: 38px;
	padding-bottom: 35px;
	color: #ff5e14;
}

.clients-list .owl-dots div{
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 2px solid#FF5E14;
    border-radius: 50%;
    margin:5px;
}

.clients-list .owl-dots div.active{
  background: #FF5E14;
}

.clients-list .owl-dots {
	margin-top: 5px;
	text-align: center;
	position: absolute;
	left: 48%;
	bottom: -20%;
	content: "";
	z-index: 1;
}

           /*================================
                      section-five-End
            ===============================*/


            /*================================
                      section-six-start
            ===============================*/

.section-six {
	padding: 50px 0;
}

.section-six-padding {
	text-align: center;
	padding-bottom: 30px;
}

.latest-section-title1 {
	font-size: 25px;
	color: #ff5e14;
}

.latest-section-title2 {
	font-size: 36px;
	font-weight: 700;
	color: #061538;
	line-height: 42px;
	margin-bottom: 15px;
}

.latest-image {
	position: relative;
    z-index: 1;
}

.latest-image::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 99%;
	content: "";
	background: #061538;
	opacity: 0;
	transition: .8s;
}


.latest-image::after {
	position: absolute;
	left: 44%;
	bottom: 45%;
	content: "\f0c1";
	color: #ff5e14;
	font-family: 'FontAwesome';
	font-size: 30px;
	cursor: pointer;
    opacity: 0;
    transition: .8s;
}
.section-six-wrpp:hover .latest-image::after {
	opacity:1;
    bottom: 50%;
}

.section-six-wrpp:hover .latest-image:before{
    opacity: 0.8;
     height: 100%;
}

.section-six-wrpp {
	box-shadow: 0 0 11px #f2ecec;
	margin-bottom: 24px;
}

.latest-image img {
	width: 100%;
	height: auto;
}

.latest-content {
	padding-left: 20px;
	padding-bottom: 23px;
}

.latest-title {
	padding-top: 9px;
}

.latest-title a {
	color: #061538;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	transition: .5s;
}

.section-six-wrpp:hover .latest-title a {
	color: #ff5e14;
	
}

.latest-sub-t {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

            /*================================
                      section-six-End
            ===============================*/




            /*================================
                      section-seven-start
            ===============================*/
			
	
.counter-section {
	padding: 50px 0;
}

.counter-contant h2 {
    font-size: 44px;
    color: #FF5E14;
    margin: 0;
    font-weight: 700;
}

.counter-contant h2 span {
    font-size: 44px;
    color: #FF5E14;
}

.counter-contant {
	text-align: center;
	color: #061538;
	border: 2px solid#ddd;
	height: 198px;
	width: 197px;
	border-radius: 50%;
	padding-top: 59px;
}
.counter-contant p{
    font-weight: bold;
    font-size: 16px;
}

.counter-title {
	padding: 80px 0;
	
}

.counter-title h3 {
	font-size: 30px;
	color: #061538;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	font-weight: 600;
}

.counter-title h3::before {
	position: absolute;
	left: 3px;
	bottom: -10px;
	content: '';
	height: 2px;
	width: 24%;
	background: #000;
}

		
			
            /*================================
                      section-seven-End
            ===============================*/
			
			
			
			
			
			
            /*================================
                      section-eight-start
            ===============================*/
.section-eight {
	background: #f5f5f5;
	padding: 50px 0;
}

.team-section {
	text-align: center;
	margin-bottom: 40px;
}

.team-section-title1 {
	font-size: 24px;
	color: #ff5e14;
	font-weight: 400;
}

.team-section-title2 {
	font-size: 36px;
	font-weight: 700;
	color: #061538;
	line-height: 44px;
	margin-bottom: 12px;
}


.team-image img {
	width: 100%;
	height: auto;

}

.team-image {
	position: relative;
	z-index: 1;
}

.team-image:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #061538;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
    
    
}

.team-bg:hover .team-image:before{
    opacity: 0.6;
    visibility: visible;
}

.team-social {
	position: absolute;
	left: 0;
	bottom: 20%;
	content: "";
	z-index: 1;
	padding-left: 20px;
	opacity: 0;
	visibility: hidden;
    transition: .5s;
}

.team-bg:hover .team-social{
    opacity: 1;
    visibility: visible;
    bottom: 30%;

}
.team-social a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	
} 

.team-social {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-social ul li {
	display: inline-block;
	border: 1px solid#fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    transition: .8s;
}
.team-social ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.team-social ul li a i{
	line-height: 40px;
}

.team-social li:hover{
    background: #0274B3;
   border: 1px solid#0274B3;
}

.team-bg {
	background: #fff;
	box-shadow: 0 0 3px #f2ecec;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.team-bg:hover {
	box-shadow: 0 0 10px #ddd;
	
}

.menber-list {
	margin-left: 13px;
	padding-top: 11px;
}
.member-name {
	font-size: 22px;
	font-weight: 600;
	color: #061538;
}

.member-deg {
	font-size: 16px;
	color: #242424;
	font-weight: 400;
}

            /*================================
                      section-Eight-End
            ===============================*/




                            /*=============================
                              section-nine start
                            ===============================*/
.blog-section {
	padding: 50px 0;
}
.blog-padding {
	text-align: center;
	padding-bottom: 37px;
}

.blog-section-title1 {
	font-size: 24px;
	color: #ff5e14;
	font-weight: 400;
}

.blog-section-title2 {
	font-size: 36px;
	font-weight: 700;
	color: #061538;
	margin-bottom: 10px;
}



.blog-cat-title {
	position: absolute;
	left: 23px;
	top: 39%;
	background: #FF5E14;
	z-index: 1;
	color: #fff;
	padding: 8px 26px;
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	transition: .3s;
	content: "";
	overflow:hidden;
}

.blog-cat-title a{
    color: #fff;
    text-decoration: none;
}


.blog-item:hover .blog-cat-title{
    background: #061538;
}


.blog-meta {
	padding: 12px 20px 0;
}

.blog-title {
	color: #061538;
	font-size: 26px;
	margin-top: 6px;
	text-align: justify;
	font-weight: 700;
	margin-bottom: 4px;
}

.blog-title a {
	color: #061538;
	text-decoration: none;
    transition: .3s;
}

.blog-item:hover .blog-title a {
	color: #ff5e14;
	text-decoration: none;
}



.blog-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-date ul li {
	display: inline-block;
	margin-right: 17px;
	font-size: 17px;
	color: #242424;
	font-weight: 400;
	border-right: 1px solid#c8c8c8;
	padding-right: 22px;
	
}

.blog-date ul li:last-child {
	border-right: none;
}


.blog-date{
    border-bottom: 1px solid#ddd;
    margin-top: 10px;
    padding-bottom: 10px;
    color:#726b6b;
    font-size: 14px;
    margin-top: 10px;
}

.blog-content{
    color:#333;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;

}

.blog-hover {
	box-shadow: 0 4px 7px #e4e5e6;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.blog-list .owl-nav div {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #061538;
	margin-left: 10px;
	border: 1px solid #ddd;
	transition: .5s;
	padding-top: 6px;
}


.blog-list .owl-nav div:hover{
    background: #061538;
    color:#fff;
  border: 1px solid #061538;
   
}

.blog-list .owl-nav div{
	position: absolute;
	left: -38px;
	top: 30%;
	margin-top: -50px;
	overflow: hidden;
}

.blog-list .owl-nav div.owl-next {
	left: auto;
	right: -29px;
	overflow: hidden;
}

.blog-image img{
    width:100%;
    height:auto;
}

.blog-btn {
	margin-bottom: 5px;
	margin-top: 20px;
}

.blog-btn a {
	font-size: 17px;
	color: #242424;
	font-weight: 500;
    transition: .5s;
}
 
.blog-btn a:hover {
	color: #ff5e14;
}
                        /*=============================
                                blog News-section End
                        ===============================*/




                                /*=============================
                                       section-ten-css-start
                                ===============================*/
.Partner-section {
	margin: 20px 0;
}


.Partner-item {
    position: relative;
    overflow: hidden 
}

.Partner-item  img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.Partner-item  img:hover{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);

}

.owl-carousel .owl-item .Partner-item img{
    width:100%;
    height: auto;
}

                                /*=============================
                                        section-ten-css-End
                                ===============================*/



           /*================================
                      nontic-section-End
            ===============================*/



.notic-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #061538;
    opacity: 0.8;
}

.notic-title {
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}

.notic-content {
	text-align: center;
	font-size: 19px;
	color: #fff;
	margin-bottom: 32px;
	padding: 0 20px;
}

.notic-btn {
	text-align: center;
}

.notic-btn a {
	padding: 10px 28px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	transition: .8s;
	background: #ff5e14;
	text-decoration:none;
	text-transform:uppercase;
	
}

.notic-btn a:hover{
    background: #061538;
}


               /*================================
                      nontic-section-End
            ===============================*/


         




                                /*=============================
                                        footer-css-start
                                ===============================*/

.footer-logo img {
	width: 60%;
	height: auto;
}

.footer-icon {
	margin-top: 30px;
}


.contcat-info strong {
	color: #FF5E14;
	font-weight: 700;
}

.bottom-footer-social {
	margin-top: 34px;
}

.bottom-footer-social a {
	font-size: 12px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	border: 1px solid #808080;
	padding: 7px 10px;
	border-radius: 50px;
    transition:.8s;
}

.bottom-footer-social a:hover{
    color:#FF5E14;
  
}





/*--------- footer menu css-start---------------*/

.footer-menu {
	margin-top: 30px;
}

.footer-menu-title {
	font-size: 22px;
	color: #fff;
	text-align: left;
	padding-bottom: 10px;
	font-weight: 600;
}



.footer-menu ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.footer-menu ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.footer-menu ul li a:hover{
    margin-left: 3px;
     color:#FF5E14;
}

/*--------- footer menu css-End---------------*/



 /*--------- bottom footer css-start---------------*/



.copy-right{
    font-size: 16px;
    color:#fff;
}

.design-developed{
    text-align: right;
    color:#fff;
    font-size: 16px;
}

.design-developed a{
    text-decoration: none;
    color:#FF5E14;
    font-size: 18px;
    font-weight: 700;
}

.scrollToTop {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #FF5E14;
	position: fixed;
	right: 25px;
	bottom: 70px;
    z-index: 9999;
}

.scrollToTop i.fa {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	top: 5px;
	display: block;
	position: absolute;
	right: 13px;
}

 /*--------- bottom footer css-End---------------*/


                                /*=============================
                                        footer-css-End
                                ===============================*/






                                /*=============================
                                        page-css-start
                                ===============================*/



.page-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #061538;
	opacity: 0.6;
}

.page-tite {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
}

.page-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page-content ul li {
	display: inline-block;
	margin-right: 6px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.page-content ul li a{
    color: #fff;
    text-decoration: none;
    transition: .5s;
    
}
.page-content ul li a:hover{
    color: #FF5E14;

    
}

.page-content i.fa {
	font-size: 13px;
	font-weight: normal;
	margin-left: 2px;
}

/*--------- services page css start ---------------*/
.services-page {
	padding: 60px 0;
}
/*--------- services page css End ---------------*/


/*--------- blog page css start ---------------*/
.blog-page {
	padding: 80px 0;
}

.blog-p-wrpp {
	border: 1px solid#ddd;
	margin-bottom: 14px;
}

.blog-p-image {
    position: relative;
    overflow: hidden;

}
.blog-p-image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.blog-p-wrpp:hover .blog-p-image img{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);
}


.blog-p-date ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
	border-right: 1px solid#ddd;
	padding-right: 17px;
    font-size: 16px;
}

.blog-p-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-p-date ul li:last-child{
    border-right: none;
}

.blog-p-padding {
	padding: 13px 10px 0px;
}

.blog-p-title {
	font-size: 22px;
	font-weight: 600;
	color: #061538;
	margin-top: 8px;
	margin-bottom: 10px;
}

.blog-p-title a{
    color: #061538;
    text-decoration: none;
    transition: .5s;
}

.blog-p-wrpp:hover .blog-p-title a{
    color: #FF5E14;
}

.blog-p-content {
	font-size: 16px;
	line-height: 25px;
	color: #333;
}

.read-more-btn {
	border-top: 1px solid#ddd;
	padding: 10px 10px;
	margin-top: 14px;
}
.read-more-btn a:hover{
    color: #FF5E14;
    margin-left: 5px;
}

.read-more-btn a {
	color: #242424;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
    transition: .5s;
}

/*--------- Blog page css End ---------------*/


/*--------- Contact page Start  ---------------*/
.contact-from input[type="text"], input[type="email"], textarea {
	border: 1px solid#ced4da;
	padding: 12px 10px;
	color: #000;
	margin-bottom: 25px;
	font-size: 16px;
}

.contact-from input, .contact-from textarea{
    width: 100%;
    margin-bottom: 15px;
    color: #000;
 }


.contact-from input[type="submit"]{
    width: auto;
    margin: 0;
    
 }
.contact-from input[type="submit"] {
	width: auto;
	margin: 0 auto;
	
	
}

.p-from-btn {
	margin-top: 5px;
}

.contact-from input[type="submit"], button[type="submit"] {
	background: #ff5e14;
	padding: 15px 28px 12px;
	font-size: 18px;
	color: #fff;
	border: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: .8s;
	
}

.contact-from input[type="submit"]:hover{
     background: #061538;
    color: #fff;
 
}

.contact-p-wpp {
	padding: 20px;
	border: 1px solid#ddd;
}

.contact-p-title1 {
	font-size: 32px;
	font-weight: 300;
	color: #242424;
}

.contact-p-title2 {
	font-size: 36px;
	font-weight: 500;
	color: #061538;
}

.p-address-content {
	padding: 20px 0;
	border-bottom: 1px solid#ddd;
}

.p-address-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 56px;
}

.p-address-content ul li {
	font-size: 16px;
	color: #333;
}

.p-address-content span {
	font-weight: 600;
	color: #061538;
	font-size: 18px;
}
.p-address-content i.fa {
	position: absolute;
	left: 36px;
	width: 40px;
	height: 40px;
	border: 1px solid #FF5E14;
	text-align: center;
	line-height: 36px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #FF5E14;
}

.contact-page-social {
	text-align: center;
	margin-top: 10px;
}

.contact-page-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact-page-social ul li {

	border: 1px solid#ddd;
	text-align: center;
	margin-right: 10px;
	font-size: 17px;
	display: inline-block;
	border-radius: 50%;
       transition: .5s;
}
.contact-page-social ul li a {
    color: #061538;
    text-decoration: none;
    transition: .5s;
	display: inline-block;
	width: 40px;
	height: 40px;
 
}
.contact-page-social ul li a i {
	line-height: 40px;
}
.contact-page-social ul li a:hover {
    color: #fff;
   
}
.contact-page-social ul li:hover {
    background: #FF5E14;
    border: 1px solid#FF5E14;
}

.map iframe {
	width: 100%;
}

/*--------- Contact page css End ---------------*/


/*--------- Projects page css Start ---------------*/
.projects-page {
	padding: 80px 0;
}

.project-item {
	margin-bottom: 11px;
	margin-top: 11px;
}

.project-image {
	position: relative;
	z-index: 1;
}

.project-image::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 96%;
	content: "";
	background: #061538;
	opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.project-image img {
	width: 100%;
    height: auto;
    
}
.project-item:hover .project-image::before{
    height: 100%;
    opacity: 0.8;
    visibility: visible;
}

.project-wrpp {
	position: absolute;
	left: 0;
	top: 35%;
	content: "";
	z-index: 1;
	padding: 0 35px;
	text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}
.project-item:hover .project-wrpp{
    opacity: 1;
    visibility: visible;
    top: 38%;
}

.project-title a {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
    transition: .5s;
}

.project-title a:hover {
    color: #FF5E14;
}

.project-content {
	font-size: 16px;
	color: #f8f9fa;
	font-weight: 300;
	line-height: 27px;
	margin-top: 10px;
}


/*--------- Projects page css End ---------------*/

/*--------- Team page css Start ---------------*/
.team-page {
	padding: 80px 0;
}
/*--------- Team page css End ---------------*/


/*--------- testimonials page start End ---------------*/
.testimonials-page {
	margin-bottom: 54px;
	margin-top: 79px;
}
/*--------- testimonials page css End ---------------*/




/*--------- About  page css Start ---------------*/

.about-page {
	padding: 60px 0;
}


.styled-faq.panel-default>.panel-heading{
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}
.styled-faq .panel .panel-collapse .panel-body {
	border: none;
	font-size: 16px;
	text-align: justify;
	color: #000;
	line-height: 26px;
}

.styled-faq .panel-group .panel{
    border-radius:0;
    box-shadow: 0 0 0;

}

.styled-faq .panel .panel-heading .panel-title a {
	display: block;
	padding: 15px 0;
	position: relative;
	font-size: 18px;
	color: #061538;
	font-weight: 600;
	text-decoration: none;
}
.styled-faq .panel .panel-heading .panel-title a i.fa{
    font-size: 150%;
    float:right;
    line-height: 15px;
    display: none;
}

.styled-faq .panel .panel-heading .panel-title a[aria-expanded="true"] i.fa.fa-angle-down{
     display: block;
}
.styled-faq .panel .panel-heading .panel-title a[aria-expanded="false"] i.fa.fa-angle-up{
     display: block;
}

.section-padding{
    padding: 40px 0;
}

.styled-faq {
	margin-left: 20px;
	margin-right: 20px;
}

.panel-group .panel + .panel {
	 margin-top: 0; 
}
.panel-body {
	padding: 11px 10px;
	margin-top: -18px;
}


.about-p-image img {
	width: 100%;
	height: auto;
}

.about-p-title {
	font-size: 23px;
	color: #061538;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 500;
	line-height: 28px;
}

.about-p-content {
	color: #242424;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}


/*--------- videos section start  ---------------*/
.videso-section {
	margin-bottom: 70px;
	background: #f5f5f5;
}


.dream-t {
	font-size: 24px;
	font-weight: 400;
	color: #ff5e14;
	margin-top: 50px;
}

.solutions-t {
	font-size: 36px;
	font-weight: 700;
	color: #061538;
}

.solution-content {
	font-size: 16px;
	line-height: 26px;
	margin-top: 17px;
	color: #333;
}


.vedio-btn {
	position: absolute;
	left: 6%;
	top: 34%;
	content: "";
}


.vedio-btn {
    width: 100px;
    height: 100px;
    background: #ff5e14;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    animation: animate 3s linear infinite;
    
}
.vedio-btn a {
	color: #fff;
	font-size: 40px;
	margin-left: 7px;
}


@keyframes animate{
    0%
    {
        box-shadow: 0 0 0 0 #ff5e14, 0 0 0 0 #ff5e14;
    }
    
    40%
    {
        box-shadow: 0 0 0 50px rgba(255, 109,74,0), 0 0 0 0 #ff5e14;
    }
    
    80%
    {
        box-shadow: 0 0 0 50px rgba(255, 109,74,0), 0 0 0 30px rgba(255, 109,74,0);
    } 
    100%
    {
        box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 30px rgba(255, 109,74,0);
    }
    
}

 



/*--------- About  page css End ---------------*/


/*--------- Single  page css Start ---------------*/

.single-page {
	padding-top: 80px;
}

.single-image img {
	width: 100%;
	height: auto;
}

.single-title {
	font-size: 36px;
	font-weight: 600;
	color: #061538;
	padding: 13px 5px;
}

.single-content {
	font-size: 16px;
	padding: 0 5px;
	line-height: 28px;
	color: #242424;
	margin-bottom: 35px;
}


.single-cat-bg {
	background: #c1c1c12e;
    color: #fff;

}

.single-cat-title ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-cat-title ul li {
	padding: 15px 10px;
    transition: .8s;
    color: #fff;
}
.single-cat-title ul li:hover {
    background:#061538;
    color: #fff;
}

.single-cat-title ul li a {
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	color: #061538;
	
}

.single-cat-title ul li a:hover {
	color: #fff;
    
}


.quicts-contact {
	background: #ff5e14;
	color: #fff;
	padding: 40px 30px;
}

.quict-title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}

.quict-contant {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
	font-weight: 400;
}

.quicts-icon i.fa {
	font-size: 21px;
	margin-right: 10px;
}

.quicts-icon {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}
.quicts-icon span {
	font-weight: 600;
}


.quicts-contact {
	background: #ff5e14;
	color: #fff;
	padding: 40px 30px;
	margin-bottom: 10px;
}

/*--------- Single  page css End ---------------*/


/*---------  page Create section start  ---------------*/

.create-page-section {
	padding: 40px;
}

.create-page-title a {
	font-size: 22px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.create-page-content {
	font-size: 16px;
	text-align: justify;
	margin-top: 10px;
	color: #333;
}


/*---------  page Create section start  ---------------*/


