/*

	Colors:  ;



	1- Grey : #ebebeb;

	2- Light Blue : #2A3180;

	3- Dark Blue  : #29265B;

*/





/*Header*/



.logo

{

    padding: 8px;

    padding-top: 0;

}

.main-menu > ul > li > a:hover,.mnmenu-sec.sticky_menu .main-menu ul li a:hover

{

	background: #2a3180;

    color: #ebebeb;

}

.about-us-img img

{

	height: 420px;

	width: 100%;

}

.post-date i

{

	float: right;

    margin-left: 7px;

    margin-top: 4px;

}

.fa-facebook

{

   /* background: white;

    padding: 13px;

    border-radius: 5px;

    color: #2a3180 !important;

    transition: all 0.5s;*/

}

.fa-facebook:hover

{

   /* background: #2a3180;

    color:#fff !important;*/

}





/*Inner Pages*/

.aboutBox

{

    padding: 40px;

    border-radius: 5px;

    color: #fff;

    font-size: 14px;

    margin-bottom: 20px;

    position: relative;

    

    min-height:300px;

}

.aboutBox.box1

{

    background: #6971c7;

    box-shadow: 0 0 10px #6971c7;

}

.aboutBox.box2

{

    background: #2a3180;

    box-shadow: 0 0 10px #2a3180;

}

.aboutBox.box3

{

    background: #6971c7;

    box-shadow: 0 0 10px #6971c7;

}

.aboutBox p

{

    padding-bottom: 0;

    margin-bottom: 0;

}

.aboutBox h3

{

    color: #fff;

}



.pp

{

    font-size: 14px;

    margin-left: 40px;

}

.aboutBox i

{

    position: absolute;

    top: 0;

    left: 0;

    color: #ebebeb;

    font-size: 50px;

}





/*Tabs*/

.tabs-left {

  border-bottom: none;

  border-left: 1px solid #ddd;

}



.tabs-left>li {

  float: none;

 margin:0px;

  

}

.tabs-left a

{

    transition: all 0s ease-out;

}

.tabs-left>li.active>a,

.tabs-left>li.active>a:hover,

.tabs-left>li.active>a:focus {

  border-bottom-color: #ddd;

  border-left-color: transparent;

    background: #2a3180;

    border: none;

    border-radius: 0px;

    margin: 0;

    color: #fff;

    margin-bottom: 16px;

}

.nav-tabs>li>a:hover {

    /* margin-left: 2px; */

    line-height: 1.42857143;

    border: 1px solid transparent;

    /* border-radius: 4px 4px 0 0; */

}

.tabs-left>li.active>a::after{

    content: "";

    position: absolute;

    top: 10px;

    left: -10px;

    border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  

  border-right: 10px solid #2a3180;

    display: block;

    width: 0;

}

.service_title 

{

    margin-top: 12px;

}

.cert-section .item img

{

    height: 400px;

    border: 20px solid #2a3180;

}

.client-section .client

{

    border: 1px solid #f9f9f9;

    text-align: center;

    padding: 30px;

    margin-bottom: 20px;

    transition: all 0.5s;

    box-shadow: 0 0 10px #ebebeb;
    height: 150px;
overflow: hidden;

}

.client-section .client img

{

   /* height: 70px; */

    transition: all 0.2s;

}

.client-section .client:hover

{

    box-shadow: none;

    border: 1px solid #2a3180;

}

.client-section .client:hover img

{

  /*  transform: scale(1.2);*/

}

.address 

{

    background: white;

    padding: 22px;

    box-shadow: 0 0 10px #ebebeb;

    height: 230px;
overflow: hidden;
    margin-bottom: 20px;

}

.address span

{

    color: #222;

    font-size: 13px;

}

.address i 

{

    font-size: 15px;

    color: #2a3180;

}







@media (max-width: 767px)

{

    .hd-style1 .hd-lft

    {

        display: none;

    }

}



.about-us-img .single-patner{

      height: 359px;

    width: 100%;

    padding: 0;

}