@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .3px;
    line-height: 26px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;

}


::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #044392;
    --secondary: #e31e26;
}



.logo-d {
    text-align: center;
    border-right: 1px solid #dad7d4;
    padding-top: 10px;
}

.social_media {
    text-align: center;
    font-size: 15px !important;
    transition: .5s ease-in-out;
    color: #323335 !important;
    padding: 6px 5px !important;
    display: inline-block;
}

.welcome a i {
    padding-right: 2px;
    font-size: 15px;
    color: #202529;
    transition: .4s ease-in-out;
}
.welcome a:hover i{
    color: #e60000 !important;
}
.welcome a {
    padding-left: 15px;
    color: #403f3f;
}

.login {
    background: #044392;
    color: #fff !important;
    padding: 1px 22px !important;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    margin-left: 15px;
    text-transform: uppercase;
}

.welcome {
    border-bottom: 1px solid #dad7d4;
    padding-left: 0;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}
.header i{ color:#e60000;}

.headerf-0flex {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-bg li a {
    padding: 25px 16px;
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;

}

.headerpart {
    position: relative;
}

.header {
    z-index: 99;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s;
    z-index: 9999;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 26%);
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -42px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    background-color: var(--primary);
}

.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 150px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize !important;
    transition: .4s ease-in-out;
}

.dropdoqwn li a:hover {
    background-color: #e31e26;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}



.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}


nav {
    position: relative;
}

.side-right {
    float: right;
    z-index: 99;
}

.side-right li {
    display: inline-block;
    margin-right: 10px;
}


.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 26%);
    animation: fadeInDown 1s forwards;
    width: 100%;
    margin: 0 auto;
}


.delivery {
    background-color: #044392;
    color: #fff;
    padding: 1.4rem;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.delivery h4 {
    font-size: 22px;
}

.delivery a {
    color: #fff;
}

.indexabout small {
    color: #00adef;
}

.indexabout h1 {
    color: #000;
    padding-bottom: 20px;
    font-size: 34px;
    text-align: left;
}

.indexabout strong {
    color: #00adef;
}

.indexabout img {
    margin-bottom: 15px;
    margin-top: 15px;
}

.indexabout {
    text-align: justify;
}

.indexabout a {
    color: #fff;
    background: #2263b5;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border-bottom: 5px solid #f11a21;
    transition: .4s ease-in-out;
}

.indexabout a:hover {
    background: #00adef;
    border-bottom: 5px solid #2263b5;
}

.indexservices h2 {
    color: #2263b5;
    font-size: 40px;
    font-weight: 700;
}

.indexfrom {
    text-align: center;
}

.indexfrom h4 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}

.whoweare h5 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 25px;
}

.whoweare {
    line-height: 26px;
    text-align: justify;
}

.whatnew {
    border: 1px solid #dadde1;
}

.whatnew h3 {
    background: #2263b5;
    border-bottom: 5px solid #f11a21;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}

.whatnew marquee {
    height: 300px;
    padding: 20px;
}

.whatnew ul li {
    background: url(../images/arrow.png) no-repeat;
    background-position: 0px 6px;
    padding-left: 10px;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 10px;
}

.years {
    color: #00adef;
    padding-bottom: 5px;
    display: block;
}


.servies {
    background-color: #044392;
    padding: 4rem 0rem;
    margin-top: 3rem;
    color: #fff;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

.servies h1 {
    padding-bottom: 5px;
}

.owl-prev {

    background-color: transparent;
    width: 34px;
    height: 44px;
    left: 0;
    font-size: 30px;
    text-align: center;
    padding: 2px;
    padding-right: 40px !important;
    color: #fff;
    opacity: .8;
    transition: .5s ease-in-out;
}

.owl-next {
    background-color: transparent;
    width: 34px;
    height: 44px;
    font-size: 30px;
    text-align: center;
    padding: 2px;
    color: #fff;
    opacity: .8;
    transition: .5s ease-in-out;
}

.owl-buttons {
    display: flex;
    position: absolute;
    right: 29px;
    top: -72px;
}

.office {
    text-align: center;
    margin-top: 2rem;
    margin-right: 2rem;
    overflow: hidden;
}

.cog_right {
    position: absolute;
    right: -129px;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.cog_left {
    position: absolute;
    left: -129px;
    bottom: 80px;
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.office img {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
    display: table;
    aspect-ratio: 1 / 0;
    object-fit: cover;
    margin: 0 auto;
    height: 300px;
    width: 100%;
}

.office_txt {
    display: block;
    margin-top: 1rem;
    color: #000 !important;
    text-align: center;
    font-size: 18px;
}

.office_btn {
    color: #fff;
    background: #e60912;
    padding: 8px 23px;
    font-size: 16px;
    border-radius: 5px;
    transition: .4s ease-in-out;
    display: table;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.office_btn:hover {
    background-color: #fff;
    color: #222;
}

footer {
    background: #02162f;
    color: #fff;
    padding: 50px 0px 10px 0px;
    line-height: 34px;
}

.footertext h6 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #3a5c81;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footertext a {
    color: #fff;
    font-size: 14px;
    transition: .4s ease-in-out;
}

.footertext a:hover {
    color: #f72323;
}

.footertext i {
    color: #fff;
    width: 24px;
    padding-right: 8px;
}

.footerbottom {
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.footerbottom a {
    color: #fff;
}

.team {
    padding: 3rem 0rem 1rem 0rem;
    text-align: center;
}

.team h4 {
    font-weight: 700;
    color: #044392;
    font-size: 36px;
}

.profile {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
	line-height:20px;
}

.profileL-r {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}



.profile img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	border:8px solid #e5ecf4;
}

.profile a {
    display: block;
    font-weight: 600;
    font-size: 16px;
	color:#044392;
	padding-bottom:10px;
}

.two {
    margin-right: -35px;
}


.talk {
    background-color: #044392;
    color: #fff;
    text-align: center;
    padding: 3.5rem 0rem;
    font-size: 24px;
    font-weight: 200;
    line-height: 35px;
}

.talk h5 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 2rem;
}

.talk a {
    color: #fff;
    background: #e60912;
    padding: 8px 43px;
    font-size: 20px;
    border-radius: 5px;
    transition: .4s ease-in-out;
    display: table;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.talk a:hover {
    background-color: #fff;
    color: #222;
}
.aboutusexecutive{ text-align:left !important;}
.aboutusexecutive strong{ color:#044392; font-size:18px; font-weight:600;}
.contactbg{ background:#e9f6fd; padding:50px 0px; color:#000;border-top: 1px solid #dfdfdf;}
.contactenquiry{ background:#fff; padding:50px 60px;}
.contactenquiry h4{ color:#044392}
.contactusinput{ width:100%; border:5px solid #dce3dd; padding:8px 15px; font-size:18px; margin-top:5px; margin-bottom:5px; outline:none;border-radius: 8px;}
.contactenquiry label{ color:#626e64;}
.contactbutton{background-color: #ed0e17;color: #fff;font-size: 18px !important;padding: 10px 20px !important;white-space: nowrap;border-radius: 4px !important; border:none; width:100%;}
.contactinfo{ font-size:20px;}
.contactinfo i{border-radius: 100px !important; color:#044392; width:80px;  padding:10px; font-size:44px;}
.contacthead strong{ color:#044392;}

.contactinput{
border: 1px solid #e9eef0;
    padding: 7px 10px;
    border-radius: 3px;
    width: 100%;
	margin-bottom:8px;
	border:1px solid #ccc;
	font-size:16px;
	padding-left: 35px;
}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#e60912;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.fromincons{position: absolute;
    font-size: 18px;
    margin: 8px 10px;
	color:#919191;
}
.usefulltags ul li { display:inline-block; }
.usefulltags ul li a{ background:#ebfffe; border:1px solid #c8edec; padding:5px 10px; font-size:14px;display:inline-block;margin-bottom:5px; border-radius: 3px;}
.usefulltags ul li a:hover{ background:#034391; color:#fff; }
.leftimages img{display:table;aspect-ratio: 1 / 0;object-fit:cover; width:100%; height:300px;}
.centercontent{padding:15px 20px; font-weight:400; color:#333639; font-size:15px;}
.centercontent strong{ color:#044392;}
.centercontent small{ line-height:20px !important; color:#666666;}
hr {margin:0px;background-color:#898787;}
.centercontent hr {margin:10px 0px;background-color:#898787;}
.centercontent h1{ font-size:24px;color: #044392; font-weight:700;}
.centercontent ul li{ background:url(../images/arrowright.png) no-repeat; background-position:0px 7px; padding-left:18px;}
.rightfrom h2{ font-size:18px; color:#044392; padding-bottom:15px;}
.hidden{ display:none;}
.relaitedpro span a{background:#fff; border:1px solid #c8edec; padding:5px 10px; font-size:14px;display:inline-block;margin-bottom:5px; border-radius: 3px;}
.relaitedpro span a:hover{background:#034391; color:#fff;}
.companyname121::first-letter{
  color: #ed0e17 !important;
}
.imagecollage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	width:100%;
}
.imagecollage img{
  height: 268px;
  flex-grow: 1;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
}
.teambg {
    padding: 30px 150px 50px;
}
.teamtextbox {
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
    font-size: 14px;
}
.teamtextbox h1 {
    font-size: 26px;
    color: #00adef;
}
.projectbg:nth-child(1) {
    background: #83a6ff;
}

.projectbg:nth-child(2) {
    background: #83efff;
}

.projectbg:nth-child(3) {
    background: #83ffc0;
}

.projectbg:nth-child(4) {
    background: #86ff83;
}

.projectbg:nth-child(5) {
    background: #e3ff83;
}

.projectbg:nth-child(6) {
    background: #ffe383;
}

.projectbg:nth-child(7) {
    background: #ff8383;
}

.projectbg:nth-child(8) {
    background: #ef83ff;
	
}

.projectbg:nth-child(9) {
    background: #e0eeff;
}

.projectbg:nth-child(10) {
    background: #e0ffe9;
}

.wrapper  ul{height:200px;overflow: hidden;}
.wrapper  ul.active{height: auto;}
.wrapper .toggle_btn.active .fa{
transform: rotate(180deg);
}
.teamtextbox h1{ font-size:26px;color: #00adef;}
.myreadmore{border-bottom: 2px solid #29b1f0 !important;
    display: initial!important;}
.myclose{border-bottom: 2px solid #e21010 !important;display: initial!important;}
.teamtextbox ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px 6px; padding-left:20px; line-height:22px;}
.teamtextbox img{ border:4px solid #e5ecf4;border-radius: 5px;}
.projectbg{ padding:30px 20px 20px; text-align:center; min-height:200px; margin-bottom:20px;border-radius: 0px;}
.projectbg i{ font-size:50px; color:#fff;}
.projectbg h3{ color:#000000; font-size:20px; margin-top:15px;}
.imagecollage img{
  height: 268px;
  flex-grow: 1;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}}